Michael Hunger
unread,Jul 6, 2012, 1:32:40 PM7/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Can you please share your code?
Michael
Am 06.07.2012 um 19:28 schrieb pt:
> Hi,
>
> On my PC, I can only have -Xmx2048m for max heap for JVM allowed. I tried to import an XML data which is quite huge, contains data about 7.5 million nodes. The XML file itself is about 120MB in bz2 format ( from the original size 1.5GB.)
>
> I am only able to create about 600,000 nodes but no further. JAVA report the heap problem from GC exceeding limit. What the code does until now is read the XML data and creates the nodes and indexes the properties of these nodes. And the code performs a transaction every 1000 nodes created.
>
> How can I fix this problem that I am able to reach the end of the file ? I am not sure if data import using batch insertion could solve this problem. I thought that any transaction which writes graph would do also the clean-up for the written nodes ?
>
>
> I will be so grateful for any suggestion.
>
> Thank you!
> Pattreeya
>
>