r6846 - in packages/trunk/freecol/debian: . wrapper

Vincent Fourmond fourmond at alioth.debian.org
Sat May 3 19:19:20 UTC 2008


Author: fourmond
Date: 2008-05-03 19:19:20 +0000 (Sat, 03 May 2008)
New Revision: 6846

Modified:
   packages/trunk/freecol/debian/changelog
   packages/trunk/freecol/debian/wrapper/freecol
Log:
[freecol] Pushing memory limit further, as it now refuses to start on (at least) AMD64

Modified: packages/trunk/freecol/debian/changelog
===================================================================
--- packages/trunk/freecol/debian/changelog	2008-05-03 18:58:17 UTC (rev 6845)
+++ packages/trunk/freecol/debian/changelog	2008-05-03 19:19:20 UTC (rev 6846)
@@ -1,3 +1,10 @@
+freecol (0.7.3-2) unstable; urgency=low
+
+  * Pushing memory limit to 180M, as it does not work anymore on AMD64 with
+    only 128M...
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sat, 03 May 2008 21:18:05 +0200
+
 freecol (0.7.3-1) unstable; urgency=low
 
   [ Ansgar Burchardt ]

Modified: packages/trunk/freecol/debian/wrapper/freecol
===================================================================
--- packages/trunk/freecol/debian/wrapper/freecol	2008-05-03 18:58:17 UTC (rev 6845)
+++ packages/trunk/freecol/debian/wrapper/freecol	2008-05-03 19:19:20 UTC (rev 6846)
@@ -14,5 +14,5 @@
     lang_argument="--default-locale=$LC_MESSAGES"
 fi
 
-run_java -Xmx128M net.sf.freecol.FreeCol --freecol-data \
+run_java -Xmx180M net.sf.freecol.FreeCol --freecol-data \
     /usr/share/games/freecol $lang_argument "$@"




More information about the Pkg-games-commits mailing list