cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j validate config file

Hello guys. Is there a way to validate Neo4j's main config file? Restarts are super slow for live experiments...

4 REPLIES 4

What do you mean by validate?
Valid in a sense of syntactially correct or valid as in "does what I expect" ?
For the former you can read your file with java.util.Properties class. For the latter you need to implement your own logic.

I mean validate syntax + allowed values. Like the following in NGINX: "nginx -t -c conf/nginx.conf".

I'm not aware that this exists.

Hi Stefan,

Do you have any memory settings in the configuration?