Skip to content

Instantly share code, notes, and snippets.

@Exloki
Created August 4, 2015 22:22
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 Exloki/34a87c92cd019431ce7f to your computer and use it in GitHub Desktop.
Save Exloki/34a87c92cd019431ce7f to your computer and use it in GitHub Desktop.
@echo off
cls
:start
java -Xms2G -Xmx4G -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=3459 -jar server.jar
echo Press any key to restart...
pause >nul
goto start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment