UC3 ULimit Changes

/etc/sysctl.conf

fs.file-max=65535

/etc/ssh/sshd_config

UsePAM   yes

/etc/pam.d/login

session required /lib/security/pam_limits.so

/etc/security/limits.conf

   *      soft   nofile      65535
   *      hard   no file      65535

These changes were applied to both uc3-mgt and uc3-sub.

They are not in puppet

After changing the files restart sshd and reload the kernel parameters:
service sshd restart
sysctl -p 

-- LincolnBryant - 27 Apr 2012
Topic revision: r2 - 27 Apr 2012, MarcoMambelli
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback