[Swift-commit] r2647 - trunk

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Mar 8 17:11:04 CDT 2009


Author: hategan
Date: 2009-03-08 17:11:03 -0500 (Sun, 08 Mar 2009)
New Revision: 2647

Modified:
   trunk/build.xml
Log:
256M default max heap size (bug 109)

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-03-06 13:39:26 UTC (rev 2646)
+++ trunk/build.xml	2009-03-08 22:11:03 UTC (rev 2647)
@@ -108,6 +108,10 @@
 			<replacevalue>LOCALCLASSPATH=$SWIFT_HOME/etc$CPDELIM$SWIFT_HOME/libexec</replacevalue>
 		</replace>
 		<replace file="${dist.dir}/bin/swift">
+			<replacetoken>HEAPMAX=</replacetoken>
+			<replacevalue>HEAPMAX=256M</replacevalue>
+		</replace>
+		<replace file="${dist.dir}/bin/swift">
 			<replacetoken>updateOptions "$SWIFT_HOME" "SWIFT_HOME"
 </replacetoken>
 			<replacevalue>updateOptions "$SWIFT_HOME" "COG_INSTALL_PATH"




More information about the Swift-commit mailing list