Skip to content

Instantly share code, notes, and snippets.

@itang
Created September 23, 2012 12:39
Show Gist options
  • Save itang/3770456 to your computer and use it in GitHub Desktop.
Save itang/3770456 to your computer and use it in GitHub Desktop.
yeti launch shell
java -Xmx512M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/yeti.jar "$@"
@echo off
set SCRIPT_DIR=%~dp0
java -Xmx512M -XX:MaxPermSize=512M -jar "%SCRIPT_DIR%yeti-0.9.6.jar" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment