docs: add cores to client reserved config block.

This commit is contained in:
James Rasell
2022-01-26 15:56:16 +01:00
parent 4ca43352fd
commit 08d3032313

View File

@@ -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.