ERROR: There is not enough memory to perform the current task. Please try increasing 'dbms.memory.heap.max_size' in the neo4j configuration (normally in 'conf/neo4j.conf' or, if you you are using Neo4j Desktop, found through the user interface) or if you are running an embedded installation increase the heap by using '-Xmx' command line flag, and then restart the database.
Asked
Active
Viewed 61 times
0
-
@Michael Hunger – Haider Abbas Feb 03 '20 at 09:31
-
1Can you post sample code that's failing? – Pablissimo Feb 03 '20 at 11:34
-
How much data are you trying to ingest? – djhallx Feb 04 '20 at 02:23
-
@Pablissimo it is a CSV file, to whom i'm trying to load and make relationships but when i do this it shows this error. i updated my config file to memory : 8G that is maximum of my RAM size. – Haider Abbas Feb 10 '20 at 11:18
-
@djhallx it's 200000 records in my CSV file , these are all calls records. – Haider Abbas Feb 10 '20 at 11:20