I just installed the neo4j 2.1.3 community for the first time, and I came across an OutOfMemoryError java heap while trying to load a dataset around 17M.
I am working on a Mac with 16 gigabyte memory and OS X 10.9.4 java version 1.7.0_21, and I tried to increase the heap size using the command line:
java -Xmx2048m
The problem is that jvm does not seem to return this. I am not sure about configuring java settings this way.
Any suggestions?
source share