【发布时间】:2013-10-09 23:04:00
【问题描述】:
如何配置neostore.nodestore.db.mapped_memory 或nodeostore.relationshipstore.db.mapped_memory 等属性,如http://docs.neo4j.org/chunked/stable/configuration-io-examples.html 所述?
我正在使用 Spring Cineast-Demo-Project。 我想,我必须在applicationContext.xml中配置它,其中也定义了neo4j存储:
<neo4j:config storeDirectory="target/data/graph_1000_nodesEdges.db" />
任何提示,我可以在哪里配置这些性能参数?
【问题讨论】:
标签: neo4j spring-data