[Leap 15.6] Can't limit container (podman) resources
Hello, I am installing a gitlab rootless container in leap 15.6, but is falling to run: ``` podman run -d \ --replace \ --pull=newer \ --label "io.containers.autoupdate=registry" \ --restart unless-stopped \ --cpus 8 \ --memory 16g \ --name gitlab \ --hostname git.ind.local \ -v config:/etc/gitlab \ -v log:/var/log/gitlab \ -v data:/var/opt/gitlab \ -p 127.0.0.1:3500:80 \ -p 2222:22 \ --shm-size 256m \ docker.io/gitlab/gitlab-ee:latest ``` Getting this error: ``` Error: runc: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: openat2 /sys/fs/cgroup/user.slice/user-35107.slice/user@35107.service/user.slice/libpod-a8d798bfbffe2391618b942d732d741ca37f2199b9a65cc6390ce96ace9f63a2.scope/memory.swap.max: no such file or directory: OCI runtime attempted to invoke a command that was not found ``` What can I do to make it work?, and there is some more limitations in leap 15.6
participants (1)
-
Walddys Emmanuel Dorrejo Céspedes