Skip to content

Commit

Permalink
Increase tolerance to 10% below reference value (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca <[email protected]>
  • Loading branch information
lucamar and Luca authored Jul 5, 2024
1 parent 7636c04 commit bc23ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/system/slurm/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def set_references(self):
reference_mem = self.current_partition.extras['cn_memory'] - 3
self.reference = {
'*': {
'cn_max_allocated_memory': (reference_mem, -0.05, None, 'GB'),
'cn_max_allocated_memory': (reference_mem, -0.10, None, 'GB'),
}
}

Expand Down

0 comments on commit bc23ec0

Please sign in to comment.