将我的CSV数据导入neo4j Java堆空间时出错

时间:2017-03-28 19:28:28

标签: java import neo4j heap space

在neo4j数据库中导入csv数据时出现“Java堆空间”错误。

我在neo4j.conf中配置了以下配置。

dbms.memory.heap.initial_size=4g
dbms.memory.heap.max_size=8g
dbms.memory.pagecache.size=4g

中描述的

http://neo4j.com/docs/operations-manual/current/performance/#_configuring_heap_size_and_garbage_collection

但是没有解决问题。

以下是我的屏幕 enter image description here

1 个答案:

答案 0 :(得分:0)

您希望在加载时使用PERIODIC COMMIT或使用导入工具。