Skip to content

Configurations

Manage Licobox resource allocations configuration such as CPU and memory. Resources are allocated when needed rather than reserved in advance.

CPU

These CPU allocations are limits and only used when needed, by default; there is no limit. Here an example to set maximum to 2 CPU:

shell
licobox config set cpu 2

Memory

With dynamic memory usage, these allocations are only used when needed; by default, half of the system memory is used. Here an example to set maximum to 4 GiB of memory:

shell
licobox config set memory_gib 4

INFO

Due to memory fragmentation, sometimes memory may not be immediately returned to the macOS host. Over time, as workloads change, memory is gradually returned to the host.