mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 22:54:05 +08:00
Documentation/sysctl/kernel.txt: document /proc/sys/shmall
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Cc: Rob Landley <rob@landley.net> Cc: Larry Finger <Larry.Finger@lwfinger.net> Cc: Neil Horman <nhorman@tuxdriver.com> Cc: Mitsuo Hayasaka <mitsuo.hayasaka.hu@hitachi.com> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3fcfe78658
commit
358e419f82
@ -561,6 +561,19 @@ are doing anyway :)
|
|||||||
|
|
||||||
==============================================================
|
==============================================================
|
||||||
|
|
||||||
|
shmall:
|
||||||
|
|
||||||
|
This parameter sets the total amount of shared memory pages that
|
||||||
|
can be used system wide. Hence, SHMALL should always be at least
|
||||||
|
ceil(shmmax/PAGE_SIZE).
|
||||||
|
|
||||||
|
If you are not sure what the default PAGE_SIZE is on your Linux
|
||||||
|
system, you can run the following command:
|
||||||
|
|
||||||
|
# getconf PAGE_SIZE
|
||||||
|
|
||||||
|
==============================================================
|
||||||
|
|
||||||
shmmax:
|
shmmax:
|
||||||
|
|
||||||
This value can be used to query and set the run time limit
|
This value can be used to query and set the run time limit
|
||||||
|
Loading…
Reference in New Issue
Block a user