문제

The Neo4j manual refers to properties as:

neostore.nodestore.db.mapped_memory=
neostore.relationshipstore.db.mapped_memory=
neostore.propertystore.db.mapped_memory=
neostore.propertystore.db.strings.mapped_memory=
neostore.propertystore.db.arrays.mapped_memory=

I guessed these mapped to the following Java API:

GraphDatabaseSettings.nodestore_mapped_memory_size
GraphDatabaseSettings.relationshipstore_mapped_memory_size
GraphDatabaseSettings.mapped_memory_page_size
GraphDatabaseSettings.strings_mapped_memory_size
GraphDatabaseSettings.arrays_mapped_memory_size

Can someone confirm?

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top