Skip to content

Instantly share code, notes, and snippets.

@aolko
Created February 21, 2019 18:23
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 aolko/3b7a93107d162b21730c92e5236e3239 to your computer and use it in GitHub Desktop.
Save aolko/3b7a93107d162b21730c92e5236e3239 to your computer and use it in GitHub Desktop.
Kettle launch scripts
cd /home/<your kettle dir>
rm eula.txt
echo eula=true>eula.txt
screen -dmS kettle java -Xms 512M -Xmx2G -server -jar kettle.jar
@ECHO OFF
java -Xms128M -Dfile.encoding=CP866 -XX:+AggressiveOpts -verbose:gc -Xloggc:gc.log -d64 -jar kettle.jar
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment