1

我已经在我全新的 Ubuntu 13.10 最小服务器上安装了 Neo4j 测试。通常 Neo4j 以 neo4j 用户身份运行,该用户在那里,但我的以 root 身份运行。

配置是默认的。

我该如何解决?


更新

我确实看到一个服务正在运行neo4j/etc/security/limits.conf我有:

neo4j   soft    nofile  40000
neo4j   hard    nofile  40000

但我仍然看到关于Max 1024 open files allowed and not changed user的警告:

$ 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