Neo4j在嵌入式Spring-Data应用程序中配置性能属性

时间:2013-10-09 23:04:01

标签: neo4j spring-data

如何按照http://docs.neo4j.org/chunked/stable/configuration-io-examples.html所述配置neostore.nodestore.db.mapped_memorynodeostore.relationshipstore.db.mapped_memory等属性?

我正在使用Spring Cineast-Demo-Project。 我想,我必须在applicationContext.xml中配置它,其中也是neo4j存储定义:

<neo4j:config storeDirectory="target/data/graph_1000_nodesEdges.db" />

任何提示,我可以在哪里配置这些性能参数?

1 个答案:

答案 0 :(得分:1)

查看this link,示例2.1.8,它显示了如何将配置参数传递给neo4j引擎。