This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new 04fe629 CI env is suffering from OutOfMemory issues for the cdi tck
tests resulting in build timeouts - increases the memory and see, if this helps
CI to execute the tests.
04fe629 is described below
commit 04fe6295884e41524732be5a9b3c990cc6c78a76
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Jun 16 22:44:01 2021 +0200
CI env is suffering from OutOfMemory issues for the cdi tck tests resulting
in build timeouts - increases the memory and see, if this helps CI to execute
the tests.
---
tck/cdi-embedded/pom.xml | 2 +-
tck/cdi-tomee/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tck/cdi-embedded/pom.xml b/tck/cdi-embedded/pom.xml
index ad11048..902a078 100644
--- a/tck/cdi-embedded/pom.xml
+++ b/tck/cdi-embedded/pom.xml
@@ -255,7 +255,7 @@
<jdk>1.8</jdk>
</activation>
<properties>
- <surefire.argline>-Xmx1536m -XX:PermSize=512m -XX:MaxPermSize=512m
-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled</surefire.argline>
+ <surefire.argline>-Xmx3096m -XX:PermSize=512m -XX:MaxPermSize=512m
-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled</surefire.argline>
</properties>
</profile>
</profiles>
diff --git a/tck/cdi-tomee/pom.xml b/tck/cdi-tomee/pom.xml
index 6810c9d..7c9d84e 100644
--- a/tck/cdi-tomee/pom.xml
+++ b/tck/cdi-tomee/pom.xml
@@ -247,9 +247,9 @@
<jdk>1.8</jdk>
</activation>
<properties>
- <tomee.opts>-Xmx1536m -XX:PermSize=512m -XX:MaxPermSize=512m
-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled</tomee.opts>
+ <tomee.opts>-Xmx3096m -XX:PermSize=512m -XX:MaxPermSize=512m
-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled</tomee.opts>
</properties>
</profile>
</profiles>
-</project>
+</project>
\ No newline at end of file