you can add a line in /etc/default/neo4j:
NEO4J_ULIMIT_NOFILE=60000
to set the ulimit setting (60000 open files) for the service.
There is no need anymore to use /etc/security/limits.conf on debian to set the number of open files.
原文地址:IT虾米网
you can add a line in /etc/default/neo4j:
NEO4J_ULIMIT_NOFILE=60000
to set the ulimit setting (60000 open files) for the service.
There is no need anymore to use /etc/security/limits.conf on debian to set the number of open files.
原文地址:IT虾米网