[MLton-commit] r7285

Wesley Terpstra wesley at mlton.org
Sat Oct 17 11:46:30 PDT 2009


64-bit builds need more memory.


----------------------------------------------------------------------

U   mlton/trunk/package/debian/changelog
U   mlton/trunk/package/debian/heap-size

----------------------------------------------------------------------

Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog	2009-10-17 18:12:18 UTC (rev 7284)
+++ mlton/trunk/package/debian/changelog	2009-10-17 18:46:29 UTC (rev 7285)
@@ -6,7 +6,7 @@
   * Solution => fixed-heap based on debian target (rules/heap-size)
    * 800MB for 32-bit systems (should work well with 1GB RAM)
     * hppa, hurd-i386, i386, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
-   * 1200MB for 64-bit systems (should work well with 1.5GB RAM)
+   * 1400MB for 64-bit systems
     * alpha, amd64, ia64, kfreebsd-amd64
 
  -- Wesley W. Terpstra (Debian) <terpstra at debian.org>  Sat, 17 Oct 2009 19:12:00 +0200

Modified: mlton/trunk/package/debian/heap-size
===================================================================
--- mlton/trunk/package/debian/heap-size	2009-10-17 18:12:18 UTC (rev 7284)
+++ mlton/trunk/package/debian/heap-size	2009-10-17 18:46:29 UTC (rev 7285)
@@ -7,11 +7,11 @@
 if dpkg-architecture -iany-powerpc; then result=800m; fi
 if dpkg-architecture -iany-s390;    then result=800m; fi
 
-if dpkg-architecture -iany-alpha; then result=1.2g; fi
-if dpkg-architecture -iany-amd64; then result=1.2g; fi
-if dpkg-architecture -iany-ia64;  then result=1.2g; fi
+if dpkg-architecture -iany-alpha; then result=1.4g; fi
+if dpkg-architecture -iany-amd64; then result=1.4g; fi
+if dpkg-architecture -iany-ia64;  then result=1.4g; fi
 
 # Default to more
-if test -z "$result"; then result=1.2g; echo "Warning: Unknown architecture." >&2; fi
+if test -z "$result"; then result=2g; echo "Warning: Unknown architecture." >&2; fi
 
 echo "$result"




More information about the MLton-commit mailing list