HBASE-3561 OPTS arguments are duplicated
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe458d0329
commit
a5ad98beed
|
@ -34,7 +34,7 @@
|
||||||
# Below are what we set by default. May only work with SUN JVM.
|
# Below are what we set by default. May only work with SUN JVM.
|
||||||
# For more on why as well as other possible settings,
|
# For more on why as well as other possible settings,
|
||||||
# see http://wiki.apache.org/hadoop/PerformanceTuning
|
# see http://wiki.apache.org/hadoop/PerformanceTuning
|
||||||
export HBASE_OPTS="$HBASE_OPTS -ea -XX:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
|
export HBASE_OPTS="-ea -XX:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
|
||||||
|
|
||||||
# Uncomment below to enable java garbage collection logging.
|
# Uncomment below to enable java garbage collection logging.
|
||||||
# export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:$HBASE_HOME/logs/gc-hbase.log"
|
# export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:$HBASE_HOME/logs/gc-hbase.log"
|
||||||
|
|
Loading…
Reference in New Issue