pybiolib 1.2.141.dev1__py3-none-any.whl → 1.2.144.dev1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- biolib/compute_node/job_worker/executors/docker_executor.py +1 -1
- {pybiolib-1.2.141.dev1.dist-info → pybiolib-1.2.144.dev1.dist-info}/METADATA +1 -1
- {pybiolib-1.2.141.dev1.dist-info → pybiolib-1.2.144.dev1.dist-info}/RECORD +6 -6
- {pybiolib-1.2.141.dev1.dist-info → pybiolib-1.2.144.dev1.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.141.dev1.dist-info → pybiolib-1.2.144.dev1.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.141.dev1.dist-info → pybiolib-1.2.144.dev1.dist-info}/entry_points.txt +0 -0
@@ -359,7 +359,7 @@ class DockerExecutor:
|
|
359
359
|
|
360
360
|
if utils.IS_RUNNING_IN_CLOUD:
|
361
361
|
cloud_job = self._options['cloud_job']
|
362
|
-
create_container_args['mem_limit'] = f'{cloud_job["reserved_memory_in_bytes"]}b'
|
362
|
+
create_container_args['mem_limit'] = f'{cloud_job["reserved_memory_in_bytes"] - 500_000_000}b'
|
363
363
|
create_container_args['nano_cpus'] = cloud_job['reserved_cpu_in_nano_shares']
|
364
364
|
create_container_args['pids_limit'] = 10_000
|
365
365
|
|
@@ -77,7 +77,7 @@ biolib/compute_node/job_worker/cache_state.py,sha256=MwjSRzcJJ_4jybqvBL4xdgnDYSI
|
|
77
77
|
biolib/compute_node/job_worker/cache_types.py,sha256=ajpLy8i09QeQS9dEqTn3T6NVNMY_YsHQkSD5nvIHccQ,818
|
78
78
|
biolib/compute_node/job_worker/docker_image_cache.py,sha256=ansHIkJIq_EMW1nZNlW-RRLVVeKWTbzNICYaOHpKiRE,7460
|
79
79
|
biolib/compute_node/job_worker/executors/__init__.py,sha256=bW6t1qi3PZTlHM4quaTLa8EI4ALTCk83cqcVJfJfJfE,145
|
80
|
-
biolib/compute_node/job_worker/executors/docker_executor.py,sha256=
|
80
|
+
biolib/compute_node/job_worker/executors/docker_executor.py,sha256=qp8yc1BOkLNpSHbU04H314KVK_c_AjqVsuDrDlMTHbg,28043
|
81
81
|
biolib/compute_node/job_worker/executors/docker_types.py,sha256=VhsU1DKtJjx_BbCkVmiPZPH4ROiL1ygW1Y_s1Kbpa2o,216
|
82
82
|
biolib/compute_node/job_worker/executors/tars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
83
83
|
biolib/compute_node/job_worker/executors/types.py,sha256=yP5gG39hr-DLnw9bOE--VHi-1arDbIYiGuV1rlTbbHI,1466
|
@@ -119,8 +119,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
119
119
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
120
120
|
biolib/utils/seq_util.py,sha256=WJnU9vZdwY8RHXvzATyV80OXzyJ7w9EkG33Tna9Nr6A,5698
|
121
121
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
122
|
-
pybiolib-1.2.
|
123
|
-
pybiolib-1.2.
|
124
|
-
pybiolib-1.2.
|
125
|
-
pybiolib-1.2.
|
126
|
-
pybiolib-1.2.
|
122
|
+
pybiolib-1.2.144.dev1.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
123
|
+
pybiolib-1.2.144.dev1.dist-info/METADATA,sha256=xXVO2tJLTCb1AV2U-KwCZBkGYelDWpZMNaIedHGM9Qg,1512
|
124
|
+
pybiolib-1.2.144.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
125
|
+
pybiolib-1.2.144.dev1.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
126
|
+
pybiolib-1.2.144.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|