Skip to content

Commit

Permalink
[fix](regression-test) fix run-regression-test Xmx2048m param (apache…
Browse files Browse the repository at this point in the history
…#10234)

Co-authored-by: cambyzju <[email protected]>
  • Loading branch information
cambyzju and cambyzju authored Jun 17, 2022
1 parent 7a85e8d commit a52f40e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run-regression-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ echo "===== Run Regression Test ====="

JAVA_OPTS=${JAVA_OPTS}
if [ ${TEAMCITY} -eq 1 ]; then
JAVA_OPTS="$JAVA_OPTS -DstdoutAppenderType=teamcity"
JAVA_OPTS="$JAVA_OPTS -DstdoutAppenderType=teamcity -Xmx2048m"
fi

$JAVA -DDORIS_HOME=$DORIS_HOME \
Expand All @@ -174,5 +174,4 @@ $JAVA -DDORIS_HOME=$DORIS_HOME \
${JAVA_OPTS} \
-jar ${RUN_JAR} \
-cf ${CONFIG_FILE} \
-Xmx2048m \
${REGRESSION_OPTIONS_PREFIX} "$@"

0 comments on commit a52f40e

Please sign in to comment.