Neo4j Neo.TransientError.General.MemoryPoolOutOfMemoryError

The allocation of an extra 4.0 MiB would use more than the limit 2.0 GiB. Currently using 2.0 GiB. dbms.memory.transaction.total.max threshold reached

image

# 通过语句查看,发现捞出来的数据太多,导致内存溢出
MATCH(cwt:Persion) RETURN cwt
posted @ 2023-08-21 09:14  VipSoft  阅读(571)  评论(0)    收藏  举报