You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2012/10/07 19:09:42 UTC

svn commit: r1395342 - /synapse/trunk/java/modules/integration/pom.xml

Author: veithen
Date: Sun Oct  7 17:09:41 2012
New Revision: 1395342

URL: http://svn.apache.org/viewvc?rev=1395342&view=rev
Log:
Be a bit more realistic about the memory available on an average developer workstation (and avoid failures to create the JVM that runs the test cases).

Modified:
    synapse/trunk/java/modules/integration/pom.xml

Modified: synapse/trunk/java/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/pom.xml?rev=1395342&r1=1395341&r2=1395342&view=diff
==============================================================================
--- synapse/trunk/java/modules/integration/pom.xml (original)
+++ synapse/trunk/java/modules/integration/pom.xml Sun Oct  7 17:09:41 2012
@@ -337,7 +337,7 @@
                         <timeStamp>${maven.build.timestamp}</timeStamp>
                         <log4j.configuration>test-log4j.properties</log4j.configuration>
                     </systemPropertyVariables>
-                    <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=512m</argLine>
+                    <argLine>-Xms128m -Xmx384m -XX:MaxPermSize=128m</argLine>
                     <workingDirectory>../..</workingDirectory>
                     <!--redirectTestOutputToFile>true</redirectTestOutputToFile-->
                     <forkMode>pertest</forkMode>