What I Learned Today
Adjust number of file descriptors

cat >> /etc/security/limits.conf
*               hard    nofile          32768
*               soft    nofile          32768
Test with: ulimit -n