Neo4J server becoming sluggish after few hours of operation
24 views
Skip to first unread message
@gokool
unread,
Jun 28, 2012, 8:50:46 PM6/28/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Neo4j
I have Neo4J Enterprise set up on a single node. The following are the
basic stats.
5 Mn nodes.
45 Mn properties
3.7 Mn relationships.
10 GB disk usage of about 50 GB disk total.
8GB RAM
What we are observing is that everyday we end up bouncing the Neo4J
service (stop & start) because the service becomes extremely sluggish
to respond after being up for few hours. It becomes so slow that even
the web-admin console does not come up when invoked in the browser.
The surprising part is that there is very little load on the server,
there is only about 100 queries to the server during the day and they
are simple look up queries since we are in prototype mode right now.
I wonder if anyone else experiences this. Also, what is the right way
to debug this. Is there a way Neo4J provides info. on the heap usage
and other performance stats or should I just use standard ways to
monitor the Java-process?
Michael Hunger
unread,
Jun 29, 2012, 1:13:52 AM6/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Can you add gc logging
And perhaps generate a heap dump with jmap and a thread dump with jstack
As well as send along the messages.log
Sent from mobile device
Michael Hunger
unread,
Jun 29, 2012, 1:28:49 AM6/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Also can you check the system status with top and iostat?