Increase nproc limit in ES Docker image

Hi
in some K8S environments container users with ID 1000 are quite common. Current limit set in /etc/security/limits.d/20-nproc.conf is 4096 and that is easily hit on node running multiple pods. As a result es containers hit this limit and fail to start. Would it be possible to extend current setting of

  •      soft    nproc     4096
    

to

  •      soft    nproc     16384
    

Best regards
Nikolai

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.