Skip to content

Commit

Permalink
Remove obsoleted JVM option
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lizner committed Oct 20, 2016
1 parent 26d8168 commit b6451cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -1332,7 +1332,7 @@
<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 -Xmx2048m -XX:MaxPermSize=256m</argLine>
<argLine>-Xms1024m -Xmx2048m</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

0 comments on commit b6451cc

Please sign in to comment.