[med-svn] [Git][med-team/drop-seq][master] 3 commits: Reduce heap size for 32bit architectures

Andreas Tille gitlab at salsa.debian.org
Tue Dec 8 10:16:35 GMT 2020



Andreas Tille pushed to branch master at Debian Med / drop-seq


Commits:
833a56a0 by Andreas Tille at 2020-12-08T11:07:07+01:00
Reduce heap size for 32bit architectures

- - - - -
588f15ec by Andreas Tille at 2020-12-08T11:07:29+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
83e28741 by Andreas Tille at 2020-12-08T11:14:43+01:00
routine-update: Ready to upload to unstable

- - - - -


3 changed files:

- debian/bin/drop-seq
- debian/changelog
- debian/control


Changes:

=====================================
debian/bin/drop-seq
=====================================
@@ -7,4 +7,10 @@ export JAVA_CMD=java
 # Include the wrappers utility script
 . /usr/lib/java-wrappers/java-wrappers.sh
 
-run_java -Xms128M -Xmx16384m -jar /usr/share/java/dropseq.jar "$@"
+if [ $(dpkg-architecture -qDEB_HOST_ARCH_BITS) -lt 64 ] ; then
+  HEAPSIZE=1590M
+else
+  HEAPSIZE=16384M
+fi
+
+run_java -Xms128M -Xmx${HEAPSIZE} -jar /usr/share/java/dropseq.jar "$@"


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+drop-seq (2.4.0+dfsg-4) unstable; urgency=medium
+
+  * Reduce heap size for 32bit architectures
+    Closes: #976761
+  * Standards-Version: 4.5.1 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 08 Dec 2020 11:08:27 +0100
+
 drop-seq (2.4.0+dfsg-3) unstable; urgency=medium
 
   * Use skip-not-installable restriction in autopkgtest instead of


=====================================
debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends: debhelper-compat (= 13),
                libjcommander-java <!nocheck>,
                junit4 <!nocheck>,
                testng <!nocheck>
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/drop-seq
 Vcs-Git: https://salsa.debian.org/med-team/drop-seq.git
 Homepage: https://github.com/broadinstitute/Drop-seq/



View it on GitLab: https://salsa.debian.org/med-team/drop-seq/-/compare/ec9292ae07c329c4727c8ffd3e2bff5630dd22b9...83e28741209a9b4c09b9307be90e738f76b201af

-- 
View it on GitLab: https://salsa.debian.org/med-team/drop-seq/-/compare/ec9292ae07c329c4727c8ffd3e2bff5630dd22b9...83e28741209a9b4c09b9307be90e738f76b201af
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201208/fa101456/attachment-0001.html>


More information about the debian-med-commit mailing list