I have the following lines in /etc/security/limits.conf
* soft nofile 32768
* hard nofile 65536
root soft nofile 32768
root hard nofile 65536
The pam_limits.so
file is required in each of the following files.
/etc/pam.d/common-session
/etc/pam.d/cron
/etc/pam.d/login
/etc/pam.d/sshd
/etc/pam.d/su
/etc/pam.d/sudo
ulimit -n
upon login (and for services that are started upon bootup) shows 1024 still.
What am I missing?