Skip to content

Commit

Permalink
docs: Fix parameter type and default value in client reserved configu…
Browse files Browse the repository at this point in the history
…ration. (#23359)
  • Loading branch information
liukch authored Jun 21, 2024
1 parent 0588172 commit cc7a5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/configuration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc7a5ed

Please sign in to comment.