diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-02-28 15:49:17 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-02-28 15:49:17 +0106 |
| commit | 63e2c59580653b05a3e8c41e02e1449564a5882d (patch) | |
| tree | 7430f8108e237c5db8621cb220e18048d6580513 | |
| parent | e832bf82cfd98a477867f71394fd933c59d02556 (diff) | |
linux-mm-basics: show the ulimit -s help
The stack size is also an important parameter for memory. Show it
as well.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex b/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex index 1ea8251..859e7af 100644 --- a/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex +++ b/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex @@ -138,6 +138,7 @@ design! \frametitle{How to limit memory consumption} ulimit: \begin{itemize} +\item ulimit -s sets the maximum stack size \item ulimit -d sets a limit for the data segment \item ulimit -v sets a limit for the virtual memory \item Check limits with ulimit -a |
