Neo4j以root身份运行

时间:2013-10-31 14:53:09

标签: ubuntu neo4j

我在我全新的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.

0 个答案:

没有答案