Re: [Neo4j] 4000 lines of WARN [o.n.k.i.c.MonitorGc] GC Monitor: Application threads blocked for 279ms in one day

2017-09-18 Thread Ray Chengr
Whoops. Neo4j version is 3.0.3 Community version. Heap is 40GB dbms.memory.heap.initial_size=4m dbms.memory.heap.max_size=4m #dbms.memory.pagecache.size=10g Pagecache is commented out and thus is using "default" by Neo4j. Thanks Michael. Ray On Sunday, September 17, 2017 at 1:08:47 PM

Re: [Neo4j] 4000 lines of WARN [o.n.k.i.c.MonitorGc] GC Monitor: Application threads blocked for 279ms in one day

2017-09-17 Thread 'Michael Hunger' via Neo4j
In general, I would avoid running 2 databases on the same server, as both use also a considerable amount of off-heap memory. *What is your use-case / types of queries?* Not sure what version you're running as there is no 4.0.3 of Neo4j. What is your configuration of Neo4j (heap / page-cache) ?