cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

neo4j stalling during data writing

Hello

I am using py2neo to write data to neo4j on my local machine. My graph currently contains 19,000 nodes and 124,000 relationships, totalling roughly 1GB of data. This is roughly 5% of the total amount of data I need to write to this graph. When I try to write any more data to the graph my CPU and Memory usage both hit 100% and neo4j freezes. 

My hardware is as follows:

Processor - 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz, 3302 Mhz, 4 Core(s), 8 Logical Processor(s)
RAM - 16.0 GB

Does anyone have any ideas about why my system is stalling? Do I just need more memory?

1 REPLY 1

I'd say give your Neo4j process more memory. This can be configured in the `neo4j.conf` file in the `bin` directory.

Thomas