Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.9 /Documentation/vm/overcommit-accounting

Filename:/Documentation/vm/overcommit-accounting
Lines Added:4
Lines Deleted:4
Also changed in: (Previous) 2.6.9-final  2.6.9-rc4  2.6.9-rc3-bk10  2.6.9-rc3-bk9  2.6.9-rc3-bk8  2.6.9-rc3-bk7 
(Following) 2.6.9-bk5  2.6.9-bk6  2.6.9-bk7  2.6.10-rc1  2.6.10-rc1-bk8  2.6.10-rc1-bk9 

Location
[  2.6.9
  [  Documentation
    [  vm
       o  overcommit-accounting

Patch

diff -Nru a/Documentation/vm/overcommit-accounting b/Documentation/vm/overcommit-accounting
--- a/Documentation/vm/overcommit-accounting   2004-10-18 14:57:19 -07:00
+++ b/Documentation/vm/overcommit-accounting   2004-10-18 14:57:19 -07:00
@@ -1,4 +1,4 @@
-The Linux kernel supports three overcommit handling modes
+The Linux kernel supports the following overcommit handling modes
 
 0   -   Heuristic overcommit handling. Obvious overcommits of
       address space are refused. Used for a typical system. It
@@ -7,10 +7,10 @@
       allocate slighly more memory in this mode. This is the 
       default.
 
-1   -   No overcommit handling. Appropriate for some scientific
+1   -   Always overcommit. Appropriate for some scientific
       applications.
 
-2   -   (NEW) strict overcommit. The total address space commit
+2   -   Don't overcommit. The total address space commit
       for the system is not permitted to exceed swap + a
       configurable percentage (default is 50) of physical RAM.
       Depending on the percentage you use, in most situations
@@ -27,7 +27,7 @@
 
 The C language stack growth does an implicit mremap. If you want absolute
 guarantees and run close to the edge you MUST mmap your stack for the 
-largest size you think you will need. For typical stack usage is does
+largest size you think you will need. For typical stack usage this does
 not matter much but it's a corner case if you really really care
 
 In mode 2 the MAP_NORESERVE flag is ignored. 


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.