首页 > 其他分享 >Neo4j Neo.TransientError.General.MemoryPoolOutOfMemoryError

Neo4j Neo.TransientError.General.MemoryPoolOutOfMemoryError

时间:2023-08-21 09:22:47浏览次数:34  
标签:Neo cwt General MemoryPoolOutOfMemoryError TransientError Neo4j 2.0 GiB

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

标签:Neo,cwt,General,MemoryPoolOutOfMemoryError,TransientError,Neo4j,2.0,GiB
From: https://www.cnblogs.com/vipsoft/p/17635688.html

相关文章