Re: [Neo4j] Neo4j Community Memory Usage

2016-06-27 Thread 'Michael Hunger' via Neo4j
can you share more about how you insert the data? queries / apis etc? Also your neo4j configuration? On Thu, Jun 23, 2016 at 10:41 PM, Marcus Baffa wrote: > Hi, > > I am working with Neo4j Community and my application is inserting > something like 10 nodes per second. It is working ok but the

Re: [Neo4j] Neo4j Community Memory Usage

2016-06-27 Thread 'Chris Vest' via Neo4j
Configure dbms.memory.heap.max_size and dbms.memory.pagecache.size as described here: http://neo4j.com/docs/operations-manual/current/#memory-tuning -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chve

[Neo4j] Neo4j Community Memory Usage

2016-06-25 Thread Marcus Baffa
Hi, I am working with Neo4j Community and my application is inserting something like 10 nodes per second. It is working ok but the memory usage is always going up. How can I configure it to stop the memory usage from growing and use, for instance, the swap files ? Thanks -- You received thi