Author: kono
Date: 2009-03-10 13:07:14 -0700 (Tue, 10 Mar 2009)
New Revision: 16196
Modified:
cytoscape3/trunk/pom.xml
Log:
VM parameter has been modified for larger test data sets (max heap size = 512M).
Modified: cytoscape3/trunk/pom.xml
===================================================================
--- cytoscape3/trunk/pom.xml 2009-03-10 17:58:43 UTC (rev 16195)
+++ cytoscape3/trunk/pom.xml 2009-03-10 20:07:14 UTC (rev 16196)
@@ -197,7 +197,7 @@
<param>--platform=felix</param>
<param>--profiles=minimal</param>
<param>--noDownloadFeedback</param>
-
<param>--vmOptions=-Xbootclasspath/a:bundles/cytoscape-sun.jhall_1.0.0.jar
-Dapple.laf.useScreenMenuBar=true -Dapple.awt.fileDialogForDirectories=true
-Dapple.awt.graphics.UseQuartz=true
-Dcom.apple.mrj.application.apple.menu.about.name=Cytoscape3</param>
+ <param>--vmOptions=-Xmx512M
-Xbootclasspath/a:bundles/cytoscape-sun.jhall_1.0.0.jar
-Dapple.laf.useScreenMenuBar=true -Dapple.awt.fileDialogForDirectories=true
-Dapple.awt.graphics.UseQuartz=true
-Dcom.apple.mrj.application.apple.menu.about.name=Cytoscape3</param>
</provision>
</configuration>
<!--
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---