!Memory

The !Memory tag specifies the maximum memory usage expected for a !Job and will be used by the scheduler to reserve a suitably sliced slot on the compute infrastructure.

It may either be specified in the compact sequence form or verbose mapping form:

1
2
3
4
!Job
  ...
  resources:
    - !Memory [1.5, GB]
1
2
3
4
5
6
!Job
  ...
  resources:
    - !Memory
      size: 1.5
      unit: GB
Field Required Description
size Amount of memory to reserve
unit Units of the request (either KB, MB, GB, or TB, defaults to MB)