You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by dp...@apache.org on 2009/03/16 17:00:23 UTC

svn commit: r754922 - /incubator/esme/trunk/server/pom.xml

Author: dpp
Date: Mon Mar 16 16:00:23 2009
New Revision: 754922

URL: http://svn.apache.org/viewvc?rev=754922&view=rev
Log:
Defined more memory for the compilation process

Modified:
    incubator/esme/trunk/server/pom.xml

Modified: incubator/esme/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/pom.xml?rev=754922&r1=754921&r2=754922&view=diff
==============================================================================
--- incubator/esme/trunk/server/pom.xml (original)
+++ incubator/esme/trunk/server/pom.xml Mon Mar 16 16:00:23 2009
@@ -219,6 +219,9 @@
           </execution>
         </executions>
         <configuration>
+          <jvmArgs>
+            <jvmArg>-Xmx1024m</jvmArg>
+          </jvmArgs>
           <scalaVersion>${scala.version}</scalaVersion>
         </configuration>
       </plugin>
@@ -272,6 +275,10 @@
         <groupId>org.scala-tools</groupId>
         <artifactId>maven-scala-plugin</artifactId>
         <configuration>
+          <jvmArgs>
+            <jvmArg>-Xmx1024m</jvmArg>
+          </jvmArgs>
+
           <scalaVersion>${scala.version}</scalaVersion>
         </configuration>
       </plugin>