opencontainers / runc

CLI tool for spawning and running containers according to the OCI specification
https://www.opencontainers.org/
Apache License 2.0
11.73k stars 2.09k forks source link

Unable to update kmem limit on ppc64le #1676

Open ghost opened 6 years ago

ghost commented 6 years ago

Due to commit 7062c75, it is not possible update kmem on ppc64le. Reverted the commit against the master HEAD makes it works again,

[root@ibm-p8-01-lp6 ~]# runc run -d root [root@ibm-p8-01-lp6 ~]# runc update --kernel-memory 52428800 root failed to set memory.kmem.limit_in_bytes, because either tasks have already joined this cgroup or it has children

config.json.txt

@crosbymichael @hqhq

AkihiroSuda commented 4 years ago

Is this still an issue?