This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit c7b01d264d46676f6f6e60682fc8f24f3225a631 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Tue Apr 5 15:58:57 2022 +0200 Bump memory settings --- tck/cdi-embedded/pom.xml | 14 +------------- tck/cdi-tomee/pom.xml | 14 +------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/tck/cdi-embedded/pom.xml b/tck/cdi-embedded/pom.xml index df15710db1..46a7e816cd 100644 --- a/tck/cdi-embedded/pom.xml +++ b/tck/cdi-embedded/pom.xml @@ -29,7 +29,7 @@ <properties> <testngSuiteXml>src/test/resources/passing.xml</testngSuiteXml> - <surefire.argline>-Xmx3g</surefire.argline> + <surefire.argline>-Xmx4g</surefire.argline> </properties> <dependencies> @@ -289,16 +289,4 @@ </plugins> </build> - <profiles> - <profile> - <id>java8</id> - <activation> - <jdk>1.8</jdk> - </activation> - <properties> - <surefire.argline>-Xmx3096m -XX:PermSize=512m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled</surefire.argline> - </properties> - </profile> - </profiles> - </project> diff --git a/tck/cdi-tomee/pom.xml b/tck/cdi-tomee/pom.xml index af6112a700..8bf7e20d83 100644 --- a/tck/cdi-tomee/pom.xml +++ b/tck/cdi-tomee/pom.xml @@ -32,7 +32,7 @@ <properties> <suite.name>passing</suite.name> - <tomee.opts>-Xmx2g</tomee.opts> + <tomee.opts>-Xmx4g</tomee.opts> </properties> <dependencies> @@ -263,16 +263,4 @@ </plugins> </build> - <profiles> - <profile> - <id>java8</id> - <activation> - <jdk>1.8</jdk> - </activation> - <properties> - <tomee.opts>-Xmx3096m -XX:PermSize=512m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled</tomee.opts> - </properties> - </profile> - </profiles> - </project> \ No newline at end of file
