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.
