mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
docs: Fix parameter type and default value in client reserved configuration. (#23359)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user