Question

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top