1

In Neo4j terminal window I run the following line of code: neo4j-shell -file NetworkUpdate2015.cypher

And I receive the next Error: ERROR (-v for expanded information): Error occurred in server thread; nested exception is: java.lang.StackOverflowError

If I run the file in blocks of 5000 records did not make mistake, however I need to do in a single run. The file contains 22755 rows

Anyone can help me determine the cause of the error and if necessary modify any configuration parameter? Thanks.

1 Answers1

0

What is the Cypher query you are executing? Is it a LOAD CSV script or is the file 22k lines of Cypher?

See this page for steps to increase JVM heap size.

William Lyon
  • 8,371
  • 1
  • 17
  • 22
  • It's not a LOAD CSV. From terminal I execute the next line: **neo4j-shell -file NetworkUpdate2015.cypher** –  Nov 30 '15 at 23:13
  • @ReneD.Ayala: Can you share the contents of the `NetworkUpdate2015.cypher` file? – cybersam Dec 01 '15 at 00:03