Closed tsmull-11 closed 3 years ago
This is a DUP of #4985.
So I have learned that a yum update
will make the /etc/security/limits.d/20-nproc.conf file reappear.
Validated this issue on the 2.6 portal. Followed below steps
ulimit -u
should be 12000. ulimit -u
should be 12000. Tested this for GCP as well as AWS universes. cc @VijiYB
When deploying universes in gcp we noticed that the max number of process was not getting set properly. The reason for this is that the platform is not updating the 20-nproc.conf file under /etc/security/limit.d which overrides anything in /etc/secruity/limits.conf. This will effect all universes deployed in GCP.