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:
licobox config set cpu 2Memory
Section titled “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:
licobox config set memory_gib 4