I already saw "ulimit not reflected for jenkins slave" and the steps did not work for me. Please, help. I am using Jenkins on Red Hat and I have the same problem.
I set ulimit
to 99999
and when I check the limit with command ulimit -n
I get 99999
but from Jenkins job I get 1024
.
I have /lib64/security/pam_limits.so
and /lib/security/pam_limits.so
. I can't restart Jenkins. I already added
root soft nofile 99999
root hard nofile 99999
to the file /etc/security/limits.config
.
Please, help.