I've just setup neo4j 2.1.3 community for the first time and I run into a java heap space OutOfMemoryError when trying to load a dataset of about 17M.
I'm working on a Mac with 16GB memory and OS X 10.9.4 java version 1.7.0_21 and I tried increasing the heap size via the command line with:
java -Xmx2048m
Problem is that the jvm doesn't seem to recongize this. I'm not experienced in setting java settings this way.
Any suggestions?