mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Merge pull request #11940 from hashicorp/b-docs-add-client-reserved-cores
docs: add `cores` to client reserved config block.
This commit is contained in:
@@ -336,6 +336,8 @@ see the [drivers documentation](/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.
|
||||
|
||||
- `memory` `(int: 0)` - Specifies the amount of memory to reserve, in MB.
|
||||
|
||||
- `disk` `(int: 0)` - Specifies the amount of disk to reserve, in MB.
|
||||
|
||||
Reference in New Issue
Block a user