Author: ruschein
Date: 2010-06-01 16:37:35 -0700 (Tue, 01 Jun 2010)
New Revision: 20399
Modified:
cytoscape/trunk/resources/bin/gen_vmoptions.bat
Log:
Another attempt!
Modified: cytoscape/trunk/resources/bin/gen_vmoptions.bat
===================================================================
--- cytoscape/trunk/resources/bin/gen_vmoptions.bat 2010-06-01 23:24:11 UTC
(rev 20398)
+++ cytoscape/trunk/resources/bin/gen_vmoptions.bat 2010-06-01 23:37:35 UTC
(rev 20399)
@@ -12,17 +12,14 @@
:64bit
echo -Xms20m > Cytoscape.vmoptions
echo -Xmx20g >> Cytoscape.vmoptions
- GOTO end:
+ GOTO shared
:32bit
echo -Xms10m > Cytoscape.vmoptions
echo -Xmx1550m >> Cytoscape.vmoptions
-:: Shared JVM options.
-echo -Dswing.aatext=true >> Cytoscape.vmoptions
-echo -Dawt.useSystemAAFontSettings=lcd >> Cytoscape.vmoptions
+:shared
+ echo -Dswing.aatext=true >> Cytoscape.vmoptions
+ echo -Dawt.useSystemAAFontSettings=lcd >> Cytoscape.vmoptions
-:end
-set errorlevel=0
-
--
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.