Skip to content

Commit

Permalink
docs: add cores to client reserved config block.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Jan 26, 2022
1 parent 4ca4335 commit 08d3032
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 08d3032

Please sign in to comment.