LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   What is ulimit and what it does? (https://www.linuxquestions.org/questions/linux-general-1/what-is-ulimit-and-what-it-does-524128/)

brazilian_user 01-30-2007 01:06 PM

What is ulimit and what it does?
 
Hello All!!

Always I'm gonna do a new installation of an Oracle product
I have to set the ulimit value, but actually I don't know exactly why I must set it and what it does. I've looking for information about that but all I could find was some documentations explaining how to manage it, I'd like to know the concept behind it. Does anybody can give us a brief explanation of ulimit??

Thank you!!

Rodrigo

SciYro 01-30-2007 01:15 PM

its the maximum amount of processing a user is permitted to have running at the same time

matthewg42 01-30-2007 01:36 PM

The ulimit is a mechanism for restrict the amount of various resources a process an consume. There's a shell command to set the ulimit for processes which are started in that shell.

If you are using bash as your shell, you can list the current ulimit settings by issuing this command in a terminal:
Code:

ulimit -a

matthewg42 01-30-2007 01:39 PM

this link might be helpful.


All times are GMT -5. The time now is 06:41 PM.