We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf4698 commit e35e2f0Copy full SHA for e35e2f0
tool/scripts/dcm
@@ -169,4 +169,4 @@ cleanupWhenExit() {
169
}
170
trap "cleanupWhenExit" EXIT
171
172
-"$JAVACMD" -classpath $CLASSPATH com.alibaba.dcm.tool.DcmTool "$@"
+"$JAVACMD" -Xmx128m $DCM_OPTS -classpath $CLASSPATH com.alibaba.dcm.tool.DcmTool "$@"
0 commit comments