The default settings in code: https://github.com/neo4j/neo4j/blob/3.1/community/kernel/src/main/java/org/neo4j/graphdb/factory/GraphDatabaseSettings.java
A config file is only read if you specify it. And there is no correlation between a neo4j server and your embedded use. None at all. On Wed, Mar 8, 2017 at 5:17 AM, Sun Yuhan <[email protected]> wrote: > When I am using neo4j by using java api, I do the following: > > graphDb = new GraphDatabaseFactory().newEmbeddedDatabase(dbpath); > > If I do this, what is the configuration status of the neo4j instance? For > example the cache size. I guess it can have two choices: One is to read the > configuration file in neo4j folder named with neo4j.property. Another one > is there are some default settings. Which one is chosen in this case? > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
