cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Connection timeout from neo4j browser

shweta
Node Link

Hi,

We are using Neo4j 3.4.1 Enterprise edition. We have been facing connection timeout very often while accessing neo4j browser from chrome.

2X_7_7cd08b2403cde81e0a7867054a2f68395b0f2c87.png

On checking the connection pool in neo4j; it seems that > 3k connections are due to our browsers across 4 computers.

Our thread pool configuration is -
min size - 600
max size - 3000
keepalive - 10min

Is it possible that chrome is not cleaning up the connection threads and we are running out of threads in the thread pool, that is causing the connection timeout?

We are only running simple read queries from the browser.

Are there any suggestions to fix this issue?

Cheers
Shweta

2 REPLIES 2

shweta
Node Link

Hi,

Any information on the above query?

Thanks
Shweta

This was happening to me quite regularly if I was returning large chunks of data (5k+ rows). A simple LIMIT 1000 at the end of the query fixed this problem for me.