Repository: kylin Updated Branches: refs/heads/yang-m1 a4c9f5fdb -> d5b35bd17
KYLIN-1625 Add pid to gc log filename Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/e53c46f0 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e53c46f0 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e53c46f0 Branch: refs/heads/yang-m1 Commit: e53c46f09835265ca507ffb3ec2dcd48533e70a7 Parents: a4c9f5f Author: lidongsjtu <lid...@apache.org> Authored: Tue Apr 26 20:41:12 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Tue Apr 26 20:54:59 2016 +0800 ---------------------------------------------------------------------- build/bin/setenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/e53c46f0/build/bin/setenv.sh ---------------------------------------------------------------------- diff --git a/build/bin/setenv.sh b/build/bin/setenv.sh index 80a2d3e..f98f3c3 100755 --- a/build/bin/setenv.sh +++ b/build/bin/setenv.sh @@ -19,7 +19,7 @@ # (if your're deploying KYLIN on a powerful server and want to replace the default conservative settings) # uncomment following to for it to take effect -export KYLIN_JVM_SETTINGS="-Xms1024M -Xmx4096M -XX:MaxPermSize=128M -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:$KYLIN_HOME/logs/kylin.gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=64M" +export KYLIN_JVM_SETTINGS="-Xms1024M -Xmx4096M -XX:MaxPermSize=128M -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:$KYLIN_HOME/logs/kylin.gc.$$ -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=64M" # export KYLIN_JVM_SETTINGS="-Xms16g -Xmx16g -XX:MaxPermSize=512m -XX:NewSize=3g -XX:MaxNewSize=3g -XX:SurvivorRatio=4 -XX:+CMSClassUnloadingEnabled -XX:+CMSParallelRemarkEnabled -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:CMSInitiatingOccupancyFraction=70 -XX:+DisableExplicitGC" # uncomment following to for it to take effect(the values need adjusting to fit your env)