Created
December 6, 2014 13:58
-
-
Save brunoocasali/6a41035ee58bd415773d to your computer and use it in GitHub Desktop.
Command to start the Neo4j with root
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$ 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$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E deuuu certo!!