Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Default values for the low-level graph engine
- #neostore.nodestore.db.mapped_memory=25M
- #neostore.relationshipstore.db.mapped_memory=50M
- #neostore.propertystore.db.mapped_memory=90M
- #neostore.propertystore.db.strings.mapped_memory=130M
- #neostore.propertystore.db.arrays.mapped_memory=130M
- # Enable this to be able to upgrade a store from an older version
- #allow_store_upgrade=true
- # Enable this to specify a parser other than the default one.
- #cypher_parser_version=2.0
- # Keep logical logs, helps debugging but uses more disk space, enabled for
- # legacy reasons To limit space needed to store historical logs use values such
- # as: "7 days" or "100M size" instead of "true"
- keep_logical_logs=true
- # Autoindexing
- # Enable auto-indexing for nodes, default is false
- #node_auto_indexing=true
- # The node property keys to be auto-indexed, if enabled
- #node_keys_indexable=name,age
- # Enable auto-indexing for relationships, default is false
- #relationship_auto_indexing=true
- # The relationship property keys to be auto-indexed, if enabled
- #relationship_keys_indexable=name,age
Advertisement
Add Comment
Please, Sign In to add comment