[med-svn] [imagej] 01/04: Allow maximum memory usage
Andreas Tille
tille at debian.org
Fri Aug 11 22:29:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository imagej.
commit 6515ab79eef0efbf7c04ef85b452148d8fc852af
Author: Andreas Tille <tille at debian.org>
Date: Wed Apr 5 14:55:11 2017 +0200
Allow maximum memory usage
---
debian/changelog | 7 +++++++
debian/imagej.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b2f95f8..5f70c41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+imagej (1.51i+dfsg-2) unstable; urgency=medium
+
+ * Allow maximum memory usage (Thanks for the patch to Jonas D)
+ Closes: #859398
+
+ -- Andreas Tille <tille at debian.org> Wed, 05 Apr 2017 14:54:57 +0200
+
imagej (1.51i+dfsg-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/imagej.sh b/debian/imagej.sh
index 3696a0a..d1a609d 100644
--- a/debian/imagej.sh
+++ b/debian/imagej.sh
@@ -65,7 +65,7 @@ separator=':'
# to recover macro arguments
declare -i mem
-declare -i default_mem=500
+declare -i default_mem=4000
declare -i min_mem=16
declare -i max_mem
declare -i free_mem
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git
More information about the debian-med-commit
mailing list