Skip to content

Commit

Permalink
Merge pull request #11940 from hashicorp/b-docs-add-client-reserved-c…
Browse files Browse the repository at this point in the history
…ores

docs: add `cores` to client reserved config block.
  • Loading branch information
jrasell authored Jan 27, 2022
2 parents f657529 + 08d3032 commit 402e36b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/content/docs/configuration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 402e36b

Please sign in to comment.