This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 a62a485faf [regression test]Constrain run-regression-test mem to 2G
(#10165)
a62a485faf is described below
commit a62a485faf3d2cb8e3cf045424ad6d3b39c2e3b0
Author: chunping <[email protected]>
AuthorDate: Fri Jun 17 08:46:16 2022 +0800
[regression test]Constrain run-regression-test mem to 2G (#10165)
* Update .asf.yaml
* Update vtablet_sink_test.cpp
* Constrain run-regression-test mem to 2G
---
run-regression-test.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/run-regression-test.sh b/run-regression-test.sh
index 50ae8c5414..9882fb79db 100755
--- a/run-regression-test.sh
+++ b/run-regression-test.sh
@@ -174,4 +174,5 @@ $JAVA -DDORIS_HOME=$DORIS_HOME \
${JAVA_OPTS} \
-jar ${RUN_JAR} \
-cf ${CONFIG_FILE} \
+ -Xmx2048m \
${REGRESSION_OPTIONS_PREFIX} "$@"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]