Hi, I'm using java-rest binding API to load my database. My client and server are on two different machines. The sever has 4 cores (8 virtual cores). I want to load the database with 100K user nodes, and 100 resource nodes. Each resource node has a "create" and a "createdfor" relationship with user node. The information for each node is generated on the fly. So I store thousand user node and then begin a transaction to store them in database. Also I'm using Cypher queries. I used -Xmx10G in environment variables. But while I was loading the database I encountered the below exception:
[error occurred during error reporting (null), id 0xc0000005] # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005e6837f7, pid=4412, tid=3420 # # JRE version: 7.0-b147 # Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b17 mixed mode windows-amd64 compressed oops) # Problematic frame: # V [jvm.dll+0x1a37f7] Is there any explanation for this exception? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
