Hi David,
I increased the memory settings in neo4j-wrapper.conf as below
# Initial Java Heap Size (in MB)
wrapper.java.initmemory=30
# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=1024
However the same problem is still happening. I attach the thread dump to this
mail. I appreciate it if you tell me what's wrong based on the thread dump.
Thank you!
________________________________
From: David Montag <[email protected]>
To: Neo4j user discussions <[email protected]>
Sent: Thursday, November 10, 2011 11:39 AM
Subject: Re: [Neo4j] Neo4j REST server's log files
Hi Andrew,
Good to hear that you got the logging sorted out.
Regarding the actual issues, it sounds like you're describing two different
things. One is that you index ontology nodes in one global index and
therefore run into conflicts. The other is that the upload appears to stall
for some reason.
Regarding the global index, did you intend to design the system that way,
or do you really want a separate index for each ontology? It sounds like
that would be reasonable.
As for the stalled upload, a thread dump during the slow processing would
be most helpful. On a Linux system, you can capture that by doing kill -3
<pid> on the Java process. It should then go to console.log.
Thanks,
David
On Thu, Nov 10, 2011 at 8:21 AM, andrew ton <[email protected]> wrote:
>
>
> Hi David,
>
> Thank you for getting back to me!
> Finally I can make it work by changing the log level from INFO (by
> default) to FINEST in the logging.property.
>
> I have a question for you though. Currently my project have a problem with
> uploading data to the store. I created only 1 index for the whole
> application and the node name as the key. Several nodes in different
> ontologies have the same names. So when an ontology is uploaded to the
> store and has a node that its name has been already in the index (by
> previous ontologies) this node is not created in the graph of this
> ontology. My app can upload a number of ontologies and graphs are created
> successfully for each ontology in the store. However when the process
> uploads the 9th ontology the store does not respond and it seems busy with
> some internal process like looking up the node in the index or something
> else. I'm stuck and don't know the cause of the problem. Do you have any
> clue or suggestions?
>
> Appreciate your help!
>
> Regards,
>
>
> ________________________________
> From: David Montag <[email protected]>
> To: Peter Neubauer <[email protected]>
> Cc: Neo4j user discussions <[email protected]>
> Sent: Wednesday, November 9, 2011 10:07 PM
> Subject: Re: [Neo4j] Neo4j REST server's log files
>
> Hi Andrew,
>
> Let's connect during the day tomorrow for a higher-bandwidth discussion. Do
> you have Skype?
>
> Thanks,
> David
>
> On Wed, Nov 9, 2011 at 1:23 PM, Peter Neubauer <
> [email protected]> wrote:
>
> > Andrew,
> > this sounds like the RRD database in the server got broken. Could you
> > delete data/rrd and start up again? Also, David is in your timezone
> > and maybe can connect with you directly to look into this?
> >
> > Cheers,
> >
> > /peter neubauer
> >
> > GTalk: neubauer.peter
> > Skype peter.neubauer
> > Phone +46 704 106975
> > LinkedIn http://www.linkedin.com/in/neubauer
> > Twitter http://twitter.com/peterneubauer
> >
> > http://www.neo4j.org - NOSQL for the Enterprise.
> > http://startupbootcamp.org/ - Öresund - Innovation happens HERE.
> >
> >
> >
> > On Wed, Nov 9, 2011 at 10:07 PM, andrew ton <[email protected]>
> wrote:
> > >
> > >
> > > Hi Peter,
> > >
> > > I don't understand much your question. However, in my Restlet
> > application I have a logging service using Java log to record all
> processes
> > in my app. My problem is that I upload 20 ontologies and after serveral
> > ontologies the Neo4J stops responding my REST request. It seems busy with
> > some index lookup process. Consequently my app throws
> > a NoHttpResponseException: The target server failed to respond.
> > > I'd like to see what causes the problem inside Neo4J. Unfortunately
> both
> > messages.log and neo4j.x.x.log do not show run time processes.
> > > BTW, when I start up the server the neo4j.x.x.log shows
> > >
> > > INFO: Server started on [http://localhost:7474/]
> > > Nov 9, 2011 10:22:22 AM org.neo4j.server.logging.Logger log
> > > WARNING:
> > > java.lang.IllegalArgumentException: Bad sample time: 1320862942. Last
> > update time was 1320862942, at least one second step is required
> > > at org.rrd4j.core.RrdDb.store(RrdDb.java:553)
> > > at org.rrd4j.core.Sample.update(Sample.java:197)
> > > at
> > org.neo4j.server.rrd.RrdSamplerImpl.updateSample(RrdSamplerImpl.java:62)
> > > at org.neo4j.server.rrd.RrdFactory$1.updateSample(RrdFactory.java:109)
> > > at org.neo4j.server.rrd.RrdJob.run(RrdJob.java:43)
> > > at org.neo4j.server.rrd.ScheduledJob$1.run(ScheduledJob.java:41)
> > > at java.util.TimerThread.mainLoop(Timer.java:512)
> > > at java.util.TimerThread.run(Timer.java:462)
> > >
> > > ....
> > >
> > > Nov 9, 2011 12:43:44 PM com.sun.jersey.api.core.PackagesResourceConfig
> > init
> > > INFO: Scanning for root resource and provider classes in the packages:
> > > org.neo4j.server.webadmin.rest
> > > Nov 9, 2011 12:43:44 PM com.sun.jersey.api.core.ScanningResourceConfig
> > logClasses
> > > INFO: Root resource classes found:
> > > class org.neo4j.server.webadmin.rest.MonitorService
> > > class org.neo4j.server.webadmin.rest.RootService
> > > class org.neo4j.server.webadmin.rest.JmxService
> > > class org.neo4j.server.webadmin.rest.ConsoleService
> > > Nov 9, 2011 12:43:44 PM com.sun.jersey.api.core.ScanningResourceConfig
> > init
> > > INFO: No provider classes found.
> > > Nov 9, 2011 12:43:44 PM
> > com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
> > > INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011
> > 11:17 AM'
> > > Nov 9, 2011 12:43:45 PM com.sun.jersey.api.core.PackagesResourceConfig
> > init
> > > INFO: Scanning for root resource and provider classes in the packages:
> > > org.neo4j.server.rest.web
> > > Nov 9, 2011 12:43:45 PM com.sun.jersey.api.core.ScanningResourceConfig
> > logClasses
> > > INFO: Root resource classes found:
> > > class org.neo4j.server.rest.web.ResourcesService
> > > class org.neo4j.server.rest.web.BatchOperationService
> > > class org.neo4j.server.rest.web.RestfulGraphDatabase
> > > class org.neo4j.server.rest.web.DatabaseMetadataService
> > > class org.neo4j.server.rest.web.ExtensionService
> > > Nov 9, 2011 12:43:45 PM com.sun.jersey.api.core.ScanningResourceConfig
> > logClasses
> > > INFO: Provider classes found:
> > > class org.neo4j.server.rest.web.DatabaseBlockedExceptionMapper
> > > Nov 9, 2011 12:43:45 PM
> > com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
> > > INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011
> > 11:17 AM'
> > > Nov 9, 2011 12:43:45 PM com.sun.jersey.api.core.PackagesResourceConfig
> > init
> > > INFO: Scanning for root resource and provider classes in the packages:
> > > org.neo4j.server.rest.discovery
> > > Nov 9, 2011 12:43:45 PM com.sun.jersey.api.core.ScanningResourceConfig
> > logClasses
> > > INFO: Root resource classes found:
> > > class org.neo4j.server.rest.discovery.DiscoveryService
> > > Nov 9, 2011 12:43:45 PM com.sun.jersey.api.core.ScanningResourceConfig
> > init
> > > INFO: No provider classes found.
> > > Nov 9, 2011 12:43:45 PM
> > com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
> > > INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011
> > 11:17 AM'
> > >
> > > Sorry for this long mail.
> > >
> > > Thanks,
> > >
> > >
> > > ________________________________
> > > From: Peter Neubauer <[email protected]>
> > > To: Neo4j user discussions <[email protected]>
> > > Sent: Wednesday, November 9, 2011 10:29 AM
> > > Subject: Re: [Neo4j] Neo4j REST server's log files
> > >
> > > Andrew,
> > > Go you have the generating code somewhere you check and reproduce?
> > > On Nov 9, 2011 6:26 PM, "andrew ton" <[email protected]> wrote:
> > >
> > >>
> > >>
> > >> Hi Peter,
> > >>
> > >> I tried the messages.log but it only showed processes up to the time
> > when
> > >> the server is up
> > >>
> > >> 2011-11-09 08:59:19.669-0800: --- CONFIGURATION END ---
> > >> 2011-11-09 08:59:19.733-0800: Extension
> > >> org.neo4j.kernel.KernelExtension[kernel jmx] loaded ok
> > >> 2011-11-09 08:59:19.857-0800: Extension
> > >> org.neo4j.kernel.KernelExtension[shell] loaded ok
> > >> 2011-11-09 08:59:19.858-0800: Extension
> > >> org.neo4j.kernel.KernelExtension[kernel udc] loaded ok
> > >>
> > >> The manual shows that the logging is configured in
> > conf/logging.properties
> > >> (java.util.logging.FileHandler.pattern=data/log/neo4j.%u.%g.log). I'm
> > using
> > >> the default settings but the log file was not updated in the run time.
> > >> My purpose is that I want to see what is wrong when I failed to store
> an
> > >> ontology into Neo4J.
> > >> Please help me out!
> > >>
> > >> Thanks and regards,
> > >>
> > >>
> > >>
> > >> ________________________________
> > >> From: Peter Neubauer <[email protected]>
> > >> To: Neo4j user discussions <[email protected]>
> > >> Sent: Wednesday, November 9, 2011 8:46 AM
> > >> Subject: Re: [Neo4j] Neo4j REST server's log files
> > >>
> > >> Andrew,
> > >> The database logs are in data/graphdb / messages.log
> > >> On Nov 9, 2011 5:39 PM, "andrew ton" <[email protected]> wrote:
> > >>
> > >> >
> > >> >
> > >> > Hi,
> > >> >
> > >> > What log files of the Neo4J REST server can I use to check what's
> > going
> > >> on
> > >> > in the server? The log/console.log and neo4j.x.x.log do not show
> > >> > transactions in the run time. I also looked into
> graph.db/tm_tx_log.x
> > >> but I
> > >> > did not learn anything from there. Can somebody give me some
> pointers?
> > >> >
> > >> > Thanks,
> > >> > _______________________________________________
> > >> > Neo4j mailing list
> > >> > [email protected]
> > >> > https://lists.neo4j.org/mailman/listinfo/user
> > >> >
> > >> _______________________________________________
> > >> Neo4j mailing list
> > >> [email protected]
> > >> https://lists.neo4j.org/mailman/listinfo/user
> > >> _______________________________________________
> > >> Neo4j mailing list
> > >> [email protected]
> > >> https://lists.neo4j.org/mailman/listinfo/user
> > >>
> > > _______________________________________________
> > > Neo4j mailing list
> > > [email protected]
> > > https://lists.neo4j.org/mailman/listinfo/user
> > > _______________________________________________
> > > Neo4j mailing list
> > > [email protected]
> > > https://lists.neo4j.org/mailman/listinfo/user
> > >
> >
>
>
>
> --
> David Montag <[email protected]>
> Neo Technology, www.neotechnology.com
> Cell: 650.556.4411
> Skype: ddmontag
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
--
David Montag <[email protected]>
Neo Technology, www.neotechnology.com
Cell: 650.556.4411
Skype: ddmontag
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user
11/10/11 2:29:47 PM org.neo4j.server.NeoServerWithEmbeddedWebServer INFO:
Server started on [http://localhost:7474/]
2011-11-10 14:33:04
Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.4-b02-402 mixed mode):
"1562916902@qtp-481877743-2" prio=5 tid=109214000 nid=0x10e607000 in
Object.wait() [10e606000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc3f49b8> (a
org.mortbay.thread.QueuedThreadPool$PoolThread)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:626)
- locked <7fc3f49b8> (a org.mortbay.thread.QueuedThreadPool$PoolThread)
"DestroyJavaVM" prio=5 tid=109421000 nid=0x100501000 waiting on condition
[00000000]
java.lang.Thread.State: RUNNABLE
"Timer-0" daemon prio=5 tid=101932800 nid=0x11050d000 in Object.wait()
[11050c000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc19a958> (a java.util.TaskQueue)
at java.util.TimerThread.mainLoop(Timer.java:509)
- locked <7fc19a958> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"169988667@qtp-481877743-1 - Acceptor0 SelectChannelConnector@localhost:7474"
prio=5 tid=107111800 nid=0x11040a000 runnable [110409000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:136)
at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:69)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
- locked <7fc33cd88> (a sun.nio.ch.Util$2)
- locked <7fc33cd98> (a java.util.Collections$UnmodifiableSet)
- locked <7fc33cd40> (a sun.nio.ch.KQueueSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
at
org.mortbay.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:485)
at org.mortbay.io.nio.SelectorManager.doSelect(SelectorManager.java:192)
at
org.mortbay.jetty.nio.SelectChannelConnector.accept(SelectChannelConnector.java:124)
at
org.mortbay.jetty.AbstractConnector$Acceptor.run(AbstractConnector.java:708)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
"Statistics Gatherer[usage]" prio=5 tid=1091c3800 nid=0x110204000 in
Object.wait() [110203000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc14a058> (a java.util.TaskQueue)
at java.util.TimerThread.mainLoop(Timer.java:509)
- locked <7fc14a058> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Statistics Gatherer[primitives]" prio=5 tid=1091c3000 nid=0x110101000 in
Object.wait() [110100000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc14b3d0> (a java.util.TaskQueue)
at java.util.TimerThread.mainLoop(Timer.java:509)
- locked <7fc14b3d0> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"RRD4J Sync Pool [Thread-1]" daemon prio=5 tid=109217000 nid=0x10e70a000
waiting on condition [10e709000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <7fc14a120> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
at java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:680)
"RMI RenewClean-[155.53.229.99:54896]" daemon prio=5 tid=109131000
nid=0x10e504000 in Object.wait() [10e503000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc12c3f8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
- locked <7fc12c3f8> (a java.lang.ref.ReferenceQueue$Lock)
at
sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:516)
at java.lang.Thread.run(Thread.java:680)
"RMI Scheduler(0)" daemon prio=5 tid=1090aa000 nid=0x10e401000 waiting on
condition [10e400000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <7fc130378> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
at java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:680)
"RMI TCP Accept-1337" daemon prio=5 tid=1028c6000 nid=0x10cf0d000 runnable
[10cf0c000]
java.lang.Thread.State: RUNNABLE
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
- locked <7fc12c510> (a java.net.SocksSocketImpl)
at java.net.ServerSocket.implAccept(ServerSocket.java:462)
at java.net.ServerSocket.accept(ServerSocket.java:430)
at
sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
at
sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
at java.lang.Thread.run(Thread.java:680)
"GC Daemon" daemon prio=2 tid=1070e6800 nid=0x10ce0a000 in Object.wait()
[10ce09000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc1304d0> (a sun.misc.GC$LatencyLock)
at sun.misc.GC$Daemon.run(GC.java:100)
- locked <7fc1304d0> (a sun.misc.GC$LatencyLock)
"RMI Reaper" prio=5 tid=1070e6000 nid=0x10cd07000 in Object.wait() [10cd06000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc12c8e8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
- locked <7fc12c8e8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
at sun.rmi.transport.ObjectTable$Reaper.run(ObjectTable.java:333)
at java.lang.Thread.run(Thread.java:680)
"RMI TCP Accept-0" daemon prio=5 tid=1070e5000 nid=0x10cc04000 runnable
[10cc03000]
java.lang.Thread.State: RUNNABLE
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
- locked <7fc126590> (a java.net.SocksSocketImpl)
at java.net.ServerSocket.implAccept(ServerSocket.java:462)
at java.net.ServerSocket.accept(ServerSocket.java:430)
at
sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
at
sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
at java.lang.Thread.run(Thread.java:680)
"Poller SunPKCS11-Darwin" daemon prio=1 tid=102870800 nid=0x10cb01000 waiting
on condition [10cb00000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at sun.security.pkcs11.SunPKCS11$TokenPoller.run(SunPKCS11.java:692)
at java.lang.Thread.run(Thread.java:680)
"Neo4j UDC Timer" daemon prio=5 tid=10288b800 nid=0x10ae01000 in Object.wait()
[10ae00000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc0d67c0> (a java.util.TaskQueue)
at java.util.TimerThread.mainLoop(Timer.java:509)
- locked <7fc0d67c0> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Low Memory Detector" daemon prio=5 tid=101800800 nid=0x109d0a000 runnable
[00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=9 tid=10704a800 nid=0x109c07000 waiting on
condition [00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=9 tid=10280d000 nid=0x109b04000 waiting on
condition [00000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=9 tid=102802000 nid=0x109a01000 waiting on
condition [00000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=8 tid=107049000 nid=0x108d07000 in Object.wait()
[108d06000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc0c9700> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
- locked <7fc0c9700> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
"Reference Handler" daemon prio=10 tid=107048800 nid=0x108c04000 in
Object.wait() [108c03000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7fc0c96c0> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:485)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
- locked <7fc0c96c0> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=9 tid=107043800 nid=0x108b01000 runnable
"GC task thread#0 (ParallelGC)" prio=5 tid=107000800 nid=0x102601000 runnable
"GC task thread#1 (ParallelGC)" prio=5 tid=107001800 nid=0x102704000 runnable
"GC task thread#2 (ParallelGC)" prio=5 tid=107002000 nid=0x106902000 runnable
"GC task thread#3 (ParallelGC)" prio=5 tid=107002800 nid=0x106a05000 runnable
"GC task thread#4 (ParallelGC)" prio=5 tid=107003000 nid=0x106b08000 runnable
"GC task thread#5 (ParallelGC)" prio=5 tid=107004000 nid=0x106c0b000 runnable
"GC task thread#6 (ParallelGC)" prio=5 tid=107004800 nid=0x106d0e000 runnable
"GC task thread#7 (ParallelGC)" prio=5 tid=107005000 nid=0x106e11000 runnable
"VM Periodic Task Thread" prio=10 tid=101811800 nid=0x109e0d000 waiting on
condition
"Exception Catcher Thread" prio=10 tid=102801800 nid=0x1017f9000 runnable
JNI global references: 1718
Heap
PSYoungGen total 20992K, used 13148K [7feab0000, 800000000, 800000000)
eden space 20160K, 62% used [7feab0000,7ff6eaf70,7ffe60000)
from space 832K, 75% used [7ffe60000,7ffefc0b8,7fff30000)
to space 832K, 0% used [7fff30000,7fff30000,800000000)
PSOldGen total 9792K, used 8678K [7fc000000, 7fc990000, 7feab0000)
object space 9792K, 88% used [7fc000000,7fc8799b0,7fc990000)
PSPermGen total 41856K, used 30605K [7f6e00000, 7f96e0000, 7fc000000)
object space 41856K, 73% used [7f6e00000,7f8be36e8,7f96e0000)_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user