From: Michael Hofmann on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2370#note_1319170406

@dzickusrh it might work for cpuset, but normally Kubernetes/Docker/Podman use
cgroups for resource limits, e.g. on my local machine

```
$ for i in 0 0.5 1 2 4 5; do podman run --cpus $i --rm -it
quay.io/cki/builder-stream9:production nproc; done
8
8
8
8
8
8
```
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to