133tosakarin commented on code in PR #14036:
URL: https://github.com/apache/iotdb/pull/14036#discussion_r1835882258
##########
iotdb-core/datanode/src/assembly/resources/sbin/remove-datanode.sh:
##########
@@ -79,7 +79,7 @@ launch_service()
# off heap memory size
OFF_HEAP_MEMORY="512M"
- exec "$JAVA" $iotdb_parms $IOTDB_JMX_OPTS -Xms${ON_HEAP_MEMORY}
-Xmx${ON_HEAP_MEMORY} -XX:MaxDirectMemorySize=${OFF_HEAP_MEMORY} -cp
"$CLASSPATH" "$class" $PARAMS
+ exec "$JAVA" $iotdb_parms $illegal_access_params $IOTDB_JMX_OPTS
-Xms${ON_HEAP_MEMORY} -Xmx${ON_HEAP_MEMORY}
-XX:MaxDirectMemorySize=${OFF_HEAP_MEMORY} -cp "$CLASSPATH" "$class" $PARAMS
Review Comment:
ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]