I am using this script http://jexp.de/blog/2014/10/flexible-neo4j-batch-import-with-groovy/ to import csv file to neo4j. The file is quite large: around 60 million lines. I allocated 30GB memory for properties, 30GB for nodes and 30GB for the rest. However, the importer gets stuck at 49 million lines. Is this the memory issue?
The output looks like this
48800000 lines processed in x seconds 48900000 lines processed in y seconds and then it stops processing and is not moving.