Reputation: 168
When I was trying to create relationships in millions of flights and airports, I got this message GC overhead limit exceeded in neo4j
. I am currently working on my standalone PC with 4GB RAM
and Processor Intel(R) Core(TM)i3
. I thought that may be this reason is due to shortage of RAM memory.
So what advice could you give me to solve this problem?
Thanks, your cooperation is truly appreciated!
sams
Upvotes: 0
Views: 454
Reputation: 45043
I suggest you to create relationships in batches as a first step.
If you are using Cypher you can limit how many relationships will be created during one request.
Upvotes: 2