[med-svn] [Git][med-team/bbmap][master] 2 commits: 32bit.patch: reduce java heap to 2000m.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Apr 6 17:53:07 BST 2025



Étienne Mollier pushed to branch master at Debian Med / bbmap


Commits:
f0e1c3ab by Étienne Mollier at 2025-04-06T18:51:36+02:00
32bit.patch: reduce java heap to 2000m.

This fixes autopkgtest failures on armel.

- - - - -
bd8dd5dc by Étienne Mollier at 2025-04-06T18:52:45+02:00
d/changelog: ready for upload to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/patches/32bit.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bbmap (39.20+dfsg-2) unstable; urgency=medium
+
+  * 32bit.patch: reduce java heap to 2000m.
+    This fixes autopkgtest failures on armel.
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 06 Apr 2025 18:52:32 +0200
+
 bbmap (39.20+dfsg-1) unstable; urgency=medium
 
   * New upstream version 39.20+dfsg


=====================================
debian/patches/32bit.patch
=====================================
@@ -15,8 +15,8 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  		RAM=$(( ((x-500000)*mult/100)/1024 ))
 +		# cap to 2.2GiB on 32bit systems
 +		if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" = 32 ] \
-+		   && [ "$RAM" -gt "2200" ]
-+		then RAM="2200"
++		   && [ "$RAM" -gt "2000" ]
++		then RAM="2000"
 +		fi
  		#echo $RAM
  	fi



View it on GitLab: https://salsa.debian.org/med-team/bbmap/-/compare/8dd5957a87b1153274ef76e90f6719e283580673...bd8dd5dce540ac08230939b2260fa78bf36b5c2e

-- 
View it on GitLab: https://salsa.debian.org/med-team/bbmap/-/compare/8dd5957a87b1153274ef76e90f6719e283580673...bd8dd5dce540ac08230939b2260fa78bf36b5c2e
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/20250406/379512d9/attachment-0001.htm>


More information about the debian-med-commit mailing list