This is an automated email from the ASF dual-hosted git repository.
mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new d6acc23525 [NO ISSUE][*DB] -= -XX:GCLogFileSize=10M surefire arg in
asterix-app
d6acc23525 is described below
commit d6acc23525581a5f9aa574e5fb8847a4cc2524b6
Author: Michael Blow <[email protected]>
AuthorDate: Sat Jan 25 21:04:43 2025 -0500
[NO ISSUE][*DB] -= -XX:GCLogFileSize=10M surefire arg in asterix-app
Change-Id: I554cff7048046d29606e966dc2bafac47304aa13
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19364
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Ian Maxon <[email protected]>
Tested-by: Ian Maxon <[email protected]>
---
asterixdb/asterix-app/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 3f75c32666..5ccb3bf5fd 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -501,7 +501,7 @@
-Dfile.encoding=UTF-8
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=${debug.suspend.flag}
-
-Xloggc:"${project.build.directory}/surefire-reports/SqlppExecutionTest-%p-gc.log"
-XX:+PrintGC -XX:GCLogFileSize=10M
+
-Xloggc:"${project.build.directory}/surefire-reports/SqlppExecutionTest-%p-gc.log"
-XX:+PrintGC
--add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED
--add-opens=java.management/sun.management=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED