Hi All,
I am using a neo4j container instance in Azure. After loading data and running a few queries from the frontend app (Integrated to Neo4j) I am continuously getting an out-of-memory exception. After setting heap memory to the 16GB max and 4GB initial issue doesn't resolve.
Earlier everything was working fine for almost 2-3 months since the last 2 days this is issue is occurring.
I have around 2500 nodes and loaded CSV file of 400KB.
Version of Noe4j:-
Neo4j Browser version: 3.2.15
Neo4j Server version: [3.5.1]
Below is the log:-
`
**> * Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "neo4j.Scheduler-1" Exception in thread "Scheduler-200452658" java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.409+0000 WARN Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.410+0000 ERROR Unexpected error detected in bolt session 'bolt-385'. Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.410+0000 WARN Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.410+0000 WARN Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.410+0000 WARN Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.410+0000 WARN Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@4831ab11 in QueuedThreadPool[qtp1401633928]@538b3c88{STARTED,8<=13<=14,i=4,q=0}[ReservedThreadExecutor@4289f562{s=1/1,p=0}] ** **2019-02-09 08:29:55.410+0000 WARN Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@4831ab11 in QueuedThreadPool[qtp1401633928]@538b3c88{STARTED,8<=13<=14,i=5,q=0}[ReservedThreadExecutor@4289f562{s=1/1,p=0}] ** **2019-02-09 08:29:55.410+0000 WARN Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.410+0000 WARN Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.411+0000 WARN Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.411+0000 WARN Java heap space java.lang.OutOfMemoryError: Java heap space ** **2019-02-09 08:29:55.411+0000 WARN Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@4831ab11 in QueuedThreadPool[qtp1401633928]@538b3c88{STARTED,8<=13<=14,i=7,q=0}[ReservedThreadExecutor@4289f562{s=1/1,p=0}] Exception in thread "neo4j.VmPauseMonitor-1" java.lang.OutOfMemoryError: Java heap space
**
`