Skip to content

Commit

Permalink
Documentation/sysctl/kernel.txt: document /proc/sys/shmall
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alberto Lopez Perez <[email protected]>
Cc: Rob Landley <[email protected]>
Cc: Larry Finger <[email protected]>
Cc: Neil Horman <[email protected]>
Cc: Mitsuo Hayasaka <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
clopez authored and torvalds committed Jan 5, 2013
1 parent 3fcfe78 commit 358e419
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Documentation/sysctl/kernel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 358e419

Please sign in to comment.