Skip to content

Commit 990f3c2

Browse files
added unit
1 parent 3da7733 commit 990f3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bibigrid/core/utility/validate_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def check_instance_type_image_combination(self, instance_type, instance_image, p
352352
if type_max_ram < 4096:
353353
self.log.warning(
354354
f"Flavor {instance_type} on {provider.cloud_specification['identifier']} has {type_max_ram} but should "
355-
f"at least have 4096 to efficiently run slurm and jobs")
355+
f"at least have 4096 MiB of RAM to efficiently run slurm and jobs!")
356356
self.required_resources_dict[provider.cloud_specification['identifier']]["total_ram"] += type_max_ram
357357
self.required_resources_dict[provider.cloud_specification['identifier']]["total_cores"] += flavor["vcpus"]
358358
return success

0 commit comments

Comments
 (0)