administration
Problem Description:
Currently, memory on the VM cluster is allocated based on a rough estimate. The management interface displays the current memory usage but not the total amount configured. This can lead to conflicts between virtual machines under certain circumstances.
In the Docker environment, the settings for each individual container must be more strictly limited, as each instance currently uses ~2GB of memory and overuse can lead to unpredictable consequences—such as the termination of individual processes within a container.
https://docs.docker.com/config/containers/resource_constraints/.
Test
Administrative tasks, not a test.