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:
James Rasell
2022-01-27 08:29:16 +01:00
committed by GitHub

View File

@@ -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.