Out of memory error

Does anyone had this error before guys ?
image
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

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.

2 Likes

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