我的neo4j服务器正在自动停止和启动,

我的neo4j服务器正在自动停止和启动,,neo4j,Neo4j,我正在运行我的neo4j社区版3.5.5版本,在aws实例中使用8GB内存 最初几个月,它运行得很好,并在毫秒的时间内得到了结果,但现在几天它开始自动停止和启动。有时它在几个小时内根本没有启动,甚至我们也手动启动了它 谁能帮我一下吗。我得到下面的日志 tail -100f /var/log/neo4j/neo4j.log 2019-07-29 13:17:52.570+0000 WARN The client is unauthorized due to authentication fai

我正在运行我的
neo4j社区版3.5.5
版本,在
aws实例中使用8GB内存

最初几个月,它运行得很好,并在毫秒的时间内得到了结果,但现在几天它开始自动停止和启动。有时它在几个小时内根本没有启动,甚至我们也手动启动了它

谁能帮我一下吗。我得到下面的日志

tail -100f /var/log/neo4j/neo4j.log 
2019-07-29 13:17:52.570+0000 WARN  The client is unauthorized due to authentication failure.
2019-09-04 05:33:52.328+0000 WARN  The client is unauthorized due to authentication failure.

2019-10-17 15:18:14.652+0000 INFO  Transaction with id 2683388 has been automatically rolled back due to transaction timeout.

nohup: ignoring input
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006e5400000, 3670016000, 0) failed; error='Cannot allocate memory' (errno=12)

There is insufficient memory for the Java Runtime Environment to continue.
Native memory allocation (mmap) failed to map 3670016000 bytes for committing reserved memory.
An error report file with more information is saved as:
/home/ubuntu/hs_err_pid8965.log
nohup: ignoring input
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006e5400000, 3670016000, 0) failed; error='Cannot allocate memory' (errno=12)

There is insufficient memory for the Java Runtime Environment to continue.
Native memory allocation (mmap) failed to map 3670016000 bytes for committing reserved memory.
An error report file with more information is saved as:
/home/ubuntu/hs_err_pid9050.log
nohup: ignoring input
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006e5400000, 3670016000, 0) failed; error='Cannot allocate memory' (errno=12)



2019-10-17 17:14:44.651+0000 INFO  Transaction with id 2689294 has been automatically rolled back due to transaction timeout.

这可能是因为您正在运行大量合并操作,并且没有创建正确的索引,或者没有尝试在配置文件中增加堆大小。

请正确设置您的帖子格式tanks@TheCrusher,我的内存设置是memory.heap.initial\u size=3500m memory.heap.max\u size=3500m memory.pagecache.size=2000m