Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-03-2020 10:54 PM
I have downloaded Yelp data and created a Neo4j Import Tool CSV file, but when using the neo4j-admin.bat import command in a window environment, I get a warning. What does this "heap" mean? Will it affect my data import?
Solved! Go to Solution.
01-06-2020 11:59 AM
Heap size is the available memory for performing whatever you need to execute.
The heap memory size is determined by the parameters in $NEO4J_HOME/conf/neo4j.conf
, namely dbms.memory.heap.initial_size
and dbms.memory.heap.max_size
providing the heap size as a number and a unit, for example 16G
. It is recommended to set these two parameters to the same size.
read here for more details:
http://neo4j.com/docs/operations-manual/current/performance/memory-configuration/#heap-sizing
01-06-2020 11:59 AM
Heap size is the available memory for performing whatever you need to execute.
The heap memory size is determined by the parameters in $NEO4J_HOME/conf/neo4j.conf
, namely dbms.memory.heap.initial_size
and dbms.memory.heap.max_size
providing the heap size as a number and a unit, for example 16G
. It is recommended to set these two parameters to the same size.
read here for more details:
http://neo4j.com/docs/operations-manual/current/performance/memory-configuration/#heap-sizing
01-06-2020 07:27 PM
Thank you very much for your detailed reply! I will learn more about the content of the link you posted later.
All the sessions of the conference are now available online