From: Carlos Alberto Lopez Perez Date: Thu, 29 Nov 2012 03:19:01 +0000 (+1100) Subject: Documentation/sysctl/kernel.txt: document /proc/sys/shmall X-Git-Tag: next-20121205~1^2~66 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=305ce0a434395f18b0e738a9d82c9955b3e066b3;p=karo-tx-linux.git Documentation/sysctl/kernel.txt: document /proc/sys/shmall Signed-off-by: Carlos Alberto Lopez Perez Cc: Rob Landley Cc: Larry Finger Cc: Neil Horman Cc: Mitsuo Hayasaka Cc: Tejun Heo Signed-off-by: Andrew Morton --- diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index 51b953a1b149..ccd42589e124 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt @@ -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: This value can be used to query and set the run time limit