Repository: trafodion Updated Branches: refs/heads/master 2a80c1ec3 -> b06e0dc5d
Initialize debug params Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/02a7d8c7 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/02a7d8c7 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/02a7d8c7 Branch: refs/heads/master Commit: 02a7d8c7cc78ca2b44ba6c50029fed172a952d9f Parents: c29ebc6 Author: kevinxu021 <[email protected]> Authored: Thu Apr 19 04:06:04 2018 +0000 Committer: kevinxu021 <[email protected]> Committed: Thu Apr 19 04:06:04 2018 +0000 ---------------------------------------------------------------------- dcs/conf/dcs-env.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/02a7d8c7/dcs/conf/dcs-env.sh ---------------------------------------------------------------------- diff --git a/dcs/conf/dcs-env.sh b/dcs/conf/dcs-env.sh index b4e5a74..224791c 100644 --- a/dcs/conf/dcs-env.sh +++ b/dcs/conf/dcs-env.sh @@ -67,6 +67,10 @@ export DCS_OPTS="-XX:+UseConcMarkSweepGC" # export DCS_OPTS="$DCS_OPTS -XX:MaxDirectMemorySize=" # Set dcs.offheapcache.percentage in dcs-site.xml to a nonzero value. +export DCS_MASTER_OPTS= +export DCS_SERVER_OPTS= +export DCS_RESET_OPTS= +export DCS_ZOOKEEPER_OPTS= # Uncomment and adjust to enable JMX exporting # See jmxremote.password and jmxremote.access in $JRE_HOME/lib/management to configure remote password access. # More details at: http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html
