This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 727e884 [test] limit memory used by regression test framework (#8651)
727e884 is described below
commit 727e8842d4154517c8efc0cf9a1f803699e9a278
Author: dataroaring <[email protected]>
AuthorDate: Mon Mar 28 10:24:12 2022 +0800
[test] limit memory used by regression test framework (#8651)
---
run-regression-test.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/run-regression-test.sh b/run-regression-test.sh
index e6b575e..840d149 100755
--- a/run-regression-test.sh
+++ b/run-regression-test.sh
@@ -174,6 +174,7 @@ echo "===== Run Regression Test ====="
$JAVA -DDORIS_HOME=$DORIS_HOME \
-DLOG_PATH=$LOG_OUTPUT_FILE \
-Dlogback.configurationFile=${LOG_CONFIG_FILE} \
+ -Xmx2048m \
-jar ${RUN_JAR} \
-cf ${CONFIG_FILE} \
${REGRESSION_OPTIONS_PREFIX} "$@"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]