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 <[email protected]>  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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to