From 08d3032313939c8258bf0aecf0bf94ccf3eef7fd Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 26 Jan 2022 15:56:16 +0100 Subject: [PATCH] docs: add `cores` to client reserved config block. --- website/content/docs/configuration/client.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/docs/configuration/client.mdx b/website/content/docs/configuration/client.mdx index 22e9c2261..d536c48e6 100644 --- a/website/content/docs/configuration/client.mdx +++ b/website/content/docs/configuration/client.mdx @@ -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.