Actions
Bug #13570
closed[Documentation] add how much extra overhead is added for RAM requirement when spinning up a compute node
Story points:
-
Release:
Release relationship:
Auto
Description
for example, if a user says ramMin 10000, what exactly does a-n-m spin a node up for?
docs might go in here: https://doc.arvados.org/user/cwl/cwl-style.html
Updated by Bryan Cosca over 6 years ago
What happens is c-d-slurm expects nodes to have 95% of the advertised memory size actually usable.
So the number that is specified in ramMin is multiplied by 100/95, which is the actual RAM requirement used to call a compute node.
Updated by Tom Morris over 6 years ago
- Subject changed from [Documentation] add how much extra overhead is added when spinning up a compute node to [Documentation] add how much extra overhead is added for RAM requirement when spinning up a compute node
- Assigned To set to Tom Morris
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-06-20 Sprint to 2018-07-03 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-07-03 Sprint to 2018-07-18 Sprint
Updated by Tom Morris over 6 years ago
- Target version changed from 2018-07-18 Sprint to 2018-08-01 Sprint
Updated by Peter Amstutz over 6 years ago
- Assigned To changed from Tom Morris to Peter Amstutz
Updated by Peter Amstutz over 6 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 6 years ago
13570-crunch-ram-doc @ c775680aefe1b6813b50f0a97dc073caeb4befbc
Updated by Tom Morris over 6 years ago
doc/api/execution
- Always capitalize Keep (I'm unsure about "container." Is the convention to capitalize it or not?)
- Isn't cgroups used in the cloud as well? May not be intended, but sentence ordering kind of makes it sound like cgroups is HPC only
doc/user/cwl/cwl-style
- "Available compute nodes" => "Available instance types" or "Available compute node types"
Updated by Peter Amstutz over 6 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|cdc146d447ae1ba42275d4ce7f34bd0b04158306.
Actions