feature: configuration of pids_limit (podman) #19820
Labels
kind/support
Categorizes issue or PR as a support question.
triage/needs-information
Indicates an issue needs more information in order to work on it.
What Happened?
I use minikube in two ways:
minikube start --driver=podman --container-runtime=cri-o --cpus="4" --memory="4096"
minikube start --driver=podman --container-runtime=containerd --cpus="4" --memory="4096"
The workloads fail to create threads with error
pthread_create failed (EAGAIN)
. I can fix this issue outside of minikube with:However, I am missing a similar option for minikube to set
--pids-limit
.Workaround to change the value system-wide
Have this in your
/etc/containers/containers.conf
:source: kubernetes-sigs/kind#2896 (comment)
Attach the log file
I could not find anything on this in the minikube logs. However, dmesg has:
Operating System
Redhat/Fedora
Driver
Podman
The text was updated successfully, but these errors were encountered: