[med-svn] [Git][med-team/toil][master] Adjust disk/memory defaults further downward for 32-bit systems.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Oct 6 16:09:25 BST 2021
Michael R. Crusoe pushed to branch master at Debian Med / toil
Commits:
a45778cc by Michael R. Crusoe at 2021-10-06T16:30:25+02:00
Adjust disk/memory defaults further downward for 32-bit systems.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/test_with_less_memory
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+toil (5.5.0-4) unstable; urgency=medium
+
+ * Adjust disk/memory defaults further downward for 32-bit systems.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Wed, 06 Oct 2021 16:29:06 +0200
+
toil (5.5.0-3) unstable; urgency=medium
* toil binary package depedency on recent cwltool as well.
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
- python3-all,
+ python3-all:any,
python3-setuptools,
python3-docker,
python3-dill,
=====================================
debian/patches/test_with_less_memory
=====================================
@@ -21,8 +21,8 @@ Forwarded: not-needed
+ self.defaultMemory = 2147483648
+ self.defaultDisk = 2147483648
+ else:
-+ self.defaultMemory = 1610612736
-+ self.defaultDisk = 1610612736
++ self.defaultMemory = 1073741824
++ self.defaultDisk = 1073741824
self.defaultCores: Union[float, int] = 1
- self.defaultDisk: int = 2147483648
self.readGlobalFileMutableByDefault: bool = False
View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/a45778cc1e3a12ddee2003324b94a1238aa18b4d
--
View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/a45778cc1e3a12ddee2003324b94a1238aa18b4d
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/20211006/83786882/attachment-0001.htm>
More information about the debian-med-commit
mailing list