浏览代码

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>
Carlos Alberto Lopez Perez 13 年之前
父节点
当前提交
358e419f82
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      Documentation/sysctl/kernel.txt

+ 13 - 0
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:
 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