Hi,
I’m trying to run podman containers on opensuse microos in a VM using virt-manager and getting the bellow error:
crun: opening file `memory.max` for writing: No such file or directory: OCI runtime attempted to invoke a command that was not found
I believe I have nested virtualization enable correctly.
I think it’s an issue with cgroups. If I run ls /sys/fs/cgroup
I can see cgroup.controllers and other memory files but no memory.max. Is this correct? Am I chasing down the wrong path?
Thanks in advance for any help.