1

新しいUbuntu 13.10最小サーバーにNeo4jテストをインストールしました。通常、Neo4j はそこにある neo4j ユーザーとして実行されますが、私の場合は root として実行されます。

構成はデフォルトです。

どうすれば修正できますか?


アップデート

neo4j次のように実行されているサービスが表示され/etc/security/limits.confます。

neo4j   soft    nofile  40000
neo4j   hard    nofile  40000

しかし、最大 1024 個の開いているファイルが許可され、ユーザーを変更しないという警告がまだ表示されます。

$ sudo service neo4j-service restart
 * Restarting Neo4j Graph Database neo4j
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.
Using additional JVM arguments:  -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
Starting Neo4j Server...WARNING: not changing user
process [2398]... waiting for server to be ready.... OK.
http://localhost:7474/ is ready.
4

0 に答える 0