I need to apply "ulimit -s 256" to any system thread. Is there any way to achieve this under Ubuntu Server?

link|improve this question

1  
What about /etc/security/limits.conf ? Doesn't it solve the problem? – HUB Jul 20 '11 at 13:07
feedback

1 Answer

up vote 2 down vote accepted

You can set user limits via pam_limits in /etc/security/limits.conf. See man limits.conf for informations about this file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.