Skip to content

Commit e35e2f0

Browse files
committed
update dcm script
1 parent 6bf4698 commit e35e2f0

File tree

1 file changed

+1
-1
lines changed
  • tool/scripts

1 file changed

+1
-1
lines changed

tool/scripts/dcm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ cleanupWhenExit() {
169169
}
170170
trap "cleanupWhenExit" EXIT
171171

172-
"$JAVACMD" -classpath $CLASSPATH com.alibaba.dcm.tool.DcmTool "$@"
172+
"$JAVACMD" -Xmx128m $DCM_OPTS -classpath $CLASSPATH com.alibaba.dcm.tool.DcmTool "$@"

0 commit comments

Comments
 (0)