增加neo4j启动

Increase neo4j startup

我正在尝试增加 neo4j 状态超时,但我没有找到这样做的配置。我增加了 neo4j 守护进程的超时时间,但它并没有改变启动超时时间。 Mt 图非常大(140GB),120 秒可能不够用。

我在 Ubuntu 12.04

上安装了 neo4j 2.1.7

错误:

../bin/neo4j start
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 -XX:-OmitStackTraceInFastThrow
Starting Neo4j Server...process [7886]... waiting for server to be ready...2015-02-22 16:54:10.044+0000 INFO  [API] Setting startup timeout to: 120000ms based on -1
2015-02-22 16:54:10.044+0000 INFO  [API] Setting startup timeout to: 120000ms based on -1
......................................................................................................................2015-02-22 16:56:11.610+0000 INFO  [API] Successfully shutdown Neo4j Server.
2015-02-22 16:56:11.610+0000 INFO  [API] Successfully shutdown Neo4j Server.
 Failed to start within 120 seconds.
Neo4j Server may have failed to start, please check the logs.

您之前是否遇到过崩溃,因此必须检查恢复情况?

您是否按说明检查了日志?最佳 data/graph.db/messages.logdata/logs/neo4j.log

您也可以启动 neo4j console,然后它将 运行 处于前台模式,并需要多少时间。

我在下面的文件中添加了 org.neo4j.server.startup_timeout=0,它成功了。我启动 neo4j,20 分钟后,它恢复并启动。

neo4j-server.properties

如果您不想更改配置,也可以使用 neo4j start-no-wait 而不是 neo4j start