Xiangdong Huang created IOTDB-397:
-------------------------------------
Summary: printGC JVM parameter is not enabled because of a bug in
iotdb-env.sh
Key: IOTDB-397
URL: https://issues.apache.org/jira/browse/IOTDB-397
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 0.8.2, 0.8.1, 0.9.0, 0.8.0, 0.9.1
Reporter: Xiangdong Huang
Current though we set the printGC parameter, but we forgot to enable it..
i.e., in iotdb-env.sh, though we set:
IOTDB_JMX_OPTS="$IOTDB_JMX_OPTS -Xloggc:${IOTDB_HOME}/gc.log"
, but latter, in line 153 and line 156, we set:
IOTDB_JMX_OPTS="-Diotdb.jmx.local.port=$JMX_PORT"
, which cleans all setting before...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)