Tagged Questions
4
votes
1answer
786 views
Neo4j OutOfMemory problem
This is my source code of Main.java. It was grabbed from neo4j-apoc-1.0 examples. The goal of modification to store 1M records of 2 nodes and 1 relation:
package javaapplication2;
import ...
1
vote
1answer
9k views
IBM Websphere on Windows- OutOfMemoryError: Failed to create a thread
I have a J2EE application running on an IBM Websphere Application Server on a Windows Operating System.
Occasionally I see an OutOfMemoryError Exception with the following information in the javacore ...