Skip to content

Instantly share code, notes, and snippets.

@rjernst
Created May 7, 2015 19:58
Show Gist options
  • Save rjernst/d1bb82eb1c7dd209aa88 to your computer and use it in GitHub Desktop.
Save rjernst/d1bb82eb1c7dd209aa88 to your computer and use it in GitHub Desktop.
/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/bin/java -Xms256m -Xmx1g -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Dfile.encoding=UTF-8 -Delasticsearch -Des.foreground=yes -Des.path.home=/Users/rjernst/Code/elasticsearch/tmp/elasticsearch-2.0.0-SNAPSHOT -cp :/Users/rjernst/Code/elasticsearch/tmp/elasticsearch-2.0.0-SNAPSHOT/lib/elasticsearch-2.0.0-SNAPSHOT.jar:/Users/rjernst/Code/elasticsearch/tmp/elasticsearch-2.0.0-SNAPSHOT/lib/*:/Users/rjernst/Code/elasticsearch/tmp/elasticsearch-2.0.0-SNAPSHOT/lib/sigar/* org.elasticsearch.bootstrap.Elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment