Skip to content

Commit

Permalink
reverting back jenkins experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-farinic committed Jan 25, 2019
1 parent 4e1e525 commit e8edb02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-system/pom.xml
Expand Up @@ -1545,8 +1545,8 @@
<midpoint.home>target/midpoint-home</midpoint.home>
<java.util.logging.config.file>${project.build.directory}/test-classes/logging.properties</java.util.logging.config.file>
</systemPropertyVariables>
<argLine>-Xms16g -Xmx16g</argLine>
<!--argLine>-Xms1024m -Xmx4096m</argLine-->
<!--argLine>-Xms16g -Xmx16g</argLine-->
<argLine>-Xms1024m -Xmx4096m</argLine>
<!--<argLine>-agentpath:/usr/local/yjp-11.0.10/bin/linux-x86-64/libyjpagent.so=alloceach=10,allocsizelimit=1048576,sampling,walltimespec=/home/lazyman/.yjp/config/.walltime,noj2ee,profileruipath=/usr/local/yjp-11.0.10/bin/yjp.sh,onexit=snapshot
-Xms512m -Xmx1024m -XX:MaxPermSize=192m</argLine> -->

Expand Down Expand Up @@ -1585,8 +1585,8 @@
<midpoint.home>target/midpoint-home</midpoint.home>
<java.util.logging.config.file>${project.build.directory}/test-classes/logging.properties</java.util.logging.config.file>
</systemPropertyVariables>
<!--argLine>-Xms1024m -Xmx4096m -Duser.language=en</argLine-->
<argLine>-Xms16g -Xmx16g -Duser.language=en</argLine>
<argLine>-Xms1024m -Xmx4096m -Duser.language=en</argLine>
<!--argLine>-Xms16g -Xmx16g -Duser.language=en</argLine-->
<suiteXmlFiles>
<suiteXmlFile>testng-integration.xml</suiteXmlFile>
</suiteXmlFiles>
Expand Down

0 comments on commit e8edb02

Please sign in to comment.