From 3d836dc5d94629604dfb24ecb5fff58fb896b57e Mon Sep 17 00:00:00 2001 From: liukch Date: Fri, 21 Jun 2024 20:29:59 +0000 Subject: [PATCH] backport of commit cc7a5ed7e226111c07fd7740d74acfeaa29a8fe9 --- website/content/docs/configuration/client.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configuration/client.mdx b/website/content/docs/configuration/client.mdx index 4ddd968c623..5014c887976 100644 --- a/website/content/docs/configuration/client.mdx +++ b/website/content/docs/configuration/client.mdx @@ -380,7 +380,7 @@ see the [drivers documentation](/nomad/docs/drivers). - `cpu` `(int: 0)` - Specifies the amount of CPU to reserve, in MHz. -- `cores` `(int: 0)` - Specifies the cpuset of CPU cores to reserve. Only +- `cores` `(string: "")` - Specifies the cpuset of CPU cores to reserve. Only supported on Linux. ```hcl