cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Out of memory error

Does anyone had this error before guys ?
2X_3_376d6eb5bbf1cca3d6cd05f80ec1f70c66db57dc.png
Knowing that I changed these two lines :

#dbms.memory.heap.initial_size=512m
#dbms.memory.heap.max_size=512m

from 512 to 10000 but it didn't work ! HELP PLEASE

1 ACCEPTED SOLUTION

Quick reminder, the # at the start of the line means the line is commented out, so remove that symbol to ensure the line is being read.

You may want to use neo4j-admin memrec to see suggested values for memory based upon the memory available for your system.

View solution in original post

2 REPLIES 2

Quick reminder, the # at the start of the line means the line is commented out, so remove that symbol to ensure the line is being read.

You may want to use neo4j-admin memrec to see suggested values for memory based upon the memory available for your system.

Even when I removed the # from the start of the line , I received the same error .
Shall I change this one ?
dbms.jvm.additional=-XX:+AlwaysPreTouch TO dbms.jvm.additional=-XmX:+AlwaysPreTouch