Neo4J docs on this page ( http://docs.neo4j.org/chunked/stable/configuration-jvm.html) state "Note that the stack size is shared for all threads, so if you application is running a lot of concurrent threads it is a good idea to increase the stack size."
Unless I'm misunderstanding something, this is quite incorrect. -Xss specifies the per thread stack size. In an application running lots of concurrent threads you would want to decrease the stack size to as small as possible. Am I missing something or is this a typo in the docs? Thanks -- 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.
