neo4j tweaks

linux

32Words

2013-01-25 21:45 +0000


Increase the number of open files for all users:

sudo vi /etc/security/limits.conf
*       soft    nofile  100000
*       hard    nofile  100000

Add JVM tweaks to the neo4j-wrapper.conf:

sudo vi /usr/local/neo4j/conf/neo4j-wrapper.conf
wrapper.java.additional.1=-d64
wrapper.java.additional.1=-server
wrapper.java.additional.1=-Xss2048k
comments powered by Disqus