Author: chatellier Date: 2011-01-24 14:36:41 +0000 (Mon, 24 Jan 2011) New Revision: 554 Log: Add memory setting to exe Modified: trunk/coser-ui/pom.xml Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2011-01-24 13:53:39 UTC (rev 553) +++ trunk/coser-ui/pom.xml 2011-01-24 14:36:41 UTC (rev 554) @@ -254,6 +254,7 @@ <errTitle>${project.name}</errTitle> <jre> <minVersion>1.6.0</minVersion> + <maxHeapSize>512</maxHeapSize> </jre> </configuration> </execution>