From cc7a5ed7e226111c07fd7740d74acfeaa29a8fe9 Mon Sep 17 00:00:00 2001 From: liukch Date: Sat, 22 Jun 2024 04:29:59 +0800 Subject: [PATCH] docs: Fix parameter type and default value in client reserved configuration. (#23359) --- 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 4ddd968c6..5014c8879 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