The limits that I've setup as root for user oracle are not holding. These are the changes I've made under /etc/security/limits.conf
Code:
oracle soft nofile 4096
oracle hard nofile 65536
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft core 10240
oracle hard core 32768
I've run both exec bash and rebooted as oracle user and everything is ok, however for the following:
Code:
oracle hard core 32768
Code:
ulimit -Hs
unlimited
So there is something somewhere that is keeping at unlimited Vs the value that I set it at. I'm not sure where it is. I did find /lib64/security/pam_limits.so, however that is a so file, nothing to change there.
I did find the following, however still didn't work.
http://geekswing.com/geek/quickie-tu...ck-hard-stack/
http://www.unixarena.com/2013/12/how...in-redhat.html
thanks