Last active
August 29, 2015 14:10
-
-
Save brunoocasali/6ed41386f418aacc3b5e to your computer and use it in GitHub Desktop.
Command to start the Neo4j
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bruno@cabuum:/opt/neo4j-community-2.1.6/bin$ ./neo4j start | |
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual. | |
Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:-OmitStackTraceInFastThrow | |
Starting Neo4j Server...ERROR: No write access to data/ directory, run either as user bruno or root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment