I need to apply "ulimit -s 256" to any system thread. Is there any way to achieve this under Ubuntu Server?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
You can set user limits via |
|||
|
|
|
On Ubuntu 12.04 /etc/security/limits.conf does not appear to be read unless the following is added to /etc/pam.d/common-session.
Even then, it's not clear to me if it is picked up for programs started by upstart scripts. |
|||
|