Author: dspicar
Date: Fri Aug  5 13:06:48 2011
New Revision: 1154201

URL: http://svn.apache.org/viewvc?rev=1154201&view=rev
Log:
CLEREZZA-612: Solving possible stack overflow error when building account 
control panel by increasing stack size for the scala compiler. 

Modified:
    incubator/clerezza/trunk/parent/pom.xml

Modified: incubator/clerezza/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1154201&r1=1154200&r2=1154201&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Fri Aug  5 13:06:48 2011
@@ -305,6 +305,11 @@
                                                        </goals>
                                                </execution>
                                        </executions>
+                                       <configuration>
+                                               <jvmArgs>
+                                                       
<jvmArg>-Xss2048k</jvmArg>
+                                               </jvmArgs>
+                                       </configuration>
                                </plugin>
                                <plugin>
                                        <groupId>net.sf.alchim</groupId>


Reply via email to