LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   set ulimit values (https://www.linuxquestions.org/questions/linux-newbie-8/set-ulimit-values-796361/)

kopper27 03-18-2010 03:39 PM

set ulimit values
 
hi guys

I need to set ulimit values according to

I used
Code:

ulimit -c unlimited
ulimit -s unlimited
ulimit -u unlimited

but after I log again to my session values are set to default
now can I set this values so they don't change after log out of after reboot?

thanks a lot

Tinkster 03-18-2010 03:41 PM

Do you need those values for a particular user or system wide?

kopper27 03-18-2010 06:10 PM

only user root

I added them

.bash_profile

and looks like it's working

Code:

ulimit -c unlimited
ulimit -s unlimited
ulimit -u unlimited



All times are GMT -5. The time now is 09:02 AM.