Skip to content

Instantly share code, notes, and snippets.

@chadfennell
Created October 21, 2016 15:08
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 chadfennell/4a3e746c3f0afb315587bf71c0deccc6 to your computer and use it in GitHub Desktop.
Save chadfennell/4a3e746c3f0afb315587bf71c0deccc6 to your computer and use it in GitHub Desktop.
#!/bin/sh
(cd /path/to/solr/here; nohup java -jar start.jar -Xms512m -Xmx2048m -Djetty.port=8000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment