Skip to content

Instantly share code, notes, and snippets.

@keith-miller
Last active August 29, 2015 14:06
Show Gist options
  • Save keith-miller/bda4cf25a223e6fce616 to your computer and use it in GitHub Desktop.
Save keith-miller/bda4cf25a223e6fce616 to your computer and use it in GitHub Desktop.
Play 2.x app.args example
#!/bin/sh
APP_ARGS="-Dhttp.port=8000 -Xmx512M -Xms128M -XX:PermSize=256m -XX:MaxPermSize=256m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment