[freecol] 23/125: [freecol] Pushing memory limit further, as it now refuses to start on (at least) AMD64

Markus Koschany apo-guest at moszumanska.debian.org
Sun Dec 20 19:39:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository freecol.

commit c2e0f3ec944e03e2698b10b94d57cf0fa199860e
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Sat May 3 19:19:20 2008 +0000

    [freecol] Pushing memory limit further, as it now refuses to start on (at least) AMD64
---
 debian/changelog       | 7 +++++++
 debian/wrapper/freecol | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dd58fb0..e0e3603 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/wrapper/freecol b/debian/wrapper/freecol
index 400ac65..5645c80 100755
--- a/debian/wrapper/freecol
+++ b/debian/wrapper/freecol
@@ -14,5 +14,5 @@ if [ "$LC_CTYPE" != "$LC_MESSAGES" -a "$LC_MESSAGES" ]; then
     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 "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freecol.git



More information about the Pkg-games-commits mailing list