Skip to content

Configurations

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

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:

Terminal window
licobox config set cpu 2

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:

Terminal window
licobox config set memory_gib 4