backport of commit b83c1e14c13b05a89524fb6ea6e94ddcca7db1c8 (#19281)
Co-authored-by: Seth Hoenig <shoenig@duck.com>
This commit is contained in:
parent
1a309b43fd
commit
9909d1fa73
|
@ -368,7 +368,16 @@ see the [drivers documentation](/nomad/docs/drivers).
|
|||
|
||||
- `cpu` `(int: 0)` - Specifies the amount of CPU to reserve, in MHz.
|
||||
|
||||
- `cores` `(int: 0)` - Specifies the number of CPU cores to reserve.
|
||||
- `cores` `(int: 0)` - Specifies the cpuset of CPU cores to reserve. Only
|
||||
supported on Linux.
|
||||
|
||||
```hcl
|
||||
client {
|
||||
reserved {
|
||||
cores = "0-4"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
- `memory` `(int: 0)` - Specifies the amount of memory to reserve, in MB.
|
||||
|
||||
|
|
Loading…
Reference in New Issue