Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@brunoocasali
Created December 6, 2014 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunoocasali/6a41035ee58bd415773d to your computer and use it in GitHub Desktop.
Save brunoocasali/6a41035ee58bd415773d to your computer and use it in GitHub Desktop.
Command to start the Neo4j with root
bruno@cabuum:/opt/neo4j-community-2.1.6/bin$ sudo ./neo4j start
[sudo] password for bruno:
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...process [10225]... waiting for server to be ready............. OK.
http://localhost:7474/ is ready.
bruno@cabuum:/opt/neo4j-community-2.1.6/bin$
@brunoocasali
Copy link
Author

E deuuu certo!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment