I tried to completely change the parameter for ulimit parameters for apache running on CentOS. Here is the setting for my /etc/security/limits.conf
apache hard fszie 1024
apache soft fszie 1024
apache hard nproc 512
apache soft nproc 512
apache hard cpu 14
apache soft cpu 14
apache hard nofile 1024
apache soft nofile 1024
I also rebooted my system, but when I try to check ulimit parameters for apache using a PHP script, they are not configurable. Is there something that I am missing, do I need to create some other record somewhere or some other parameter? Request to offer
source
share