Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Neo4j 版本 1.8.1。
当我停止 Neo4j 服务并再次启动它时,它根本不会响应。即使服务正在运行,我也无法使用 Neo4j 浏览器连接到数据库。
有关如何解决此问题的任何想法/建议?在我重新启动服务之前它工作正常。
谢谢
如果您将 Java 的垃圾收集记录到一个文件中,您可以跟踪该文件以了解启动期间的繁忙neo4j程度,特别是如所指出的,在不正常关闭之后。
neo4j
您需要的 Java 启动选项是:
-Xloggc:neo4j-gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps