diff options
Diffstat (limited to 'Documentation/sysctl')
| -rw-r--r-- | Documentation/sysctl/vm.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index b606c2c4dd37..30289fab86eb 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt | |||
| @@ -80,8 +80,10 @@ dirty_background_bytes | |||
| 80 | Contains the amount of dirty memory at which the pdflush background writeback | 80 | Contains the amount of dirty memory at which the pdflush background writeback |
| 81 | daemon will start writeback. | 81 | daemon will start writeback. |
| 82 | 82 | ||
| 83 | If dirty_background_bytes is written, dirty_background_ratio becomes a function | 83 | Note: dirty_background_bytes is the counterpart of dirty_background_ratio. Only |
| 84 | of its value (dirty_background_bytes / the amount of dirtyable system memory). | 84 | one of them may be specified at a time. When one sysctl is written it is |
| 85 | immediately taken into account to evaluate the dirty memory limits and the | ||
| 86 | other appears as 0 when read. | ||
| 85 | 87 | ||
| 86 | ============================================================== | 88 | ============================================================== |
| 87 | 89 | ||
| @@ -97,8 +99,10 @@ dirty_bytes | |||
| 97 | Contains the amount of dirty memory at which a process generating disk writes | 99 | Contains the amount of dirty memory at which a process generating disk writes |
| 98 | will itself start writeback. | 100 | will itself start writeback. |
| 99 | 101 | ||
| 100 | If dirty_bytes is written, dirty_ratio becomes a function of its value | 102 | Note: dirty_bytes is the counterpart of dirty_ratio. Only one of them may be |
| 101 | (dirty_bytes / the amount of dirtyable system memory). | 103 | specified at a time. When one sysctl is written it is immediately taken into |
| 104 | account to evaluate the dirty memory limits and the other appears as 0 when | ||
| 105 | read. | ||
| 102 | 106 | ||
| 103 | Note: the minimum value allowed for dirty_bytes is two pages (in bytes); any | 107 | Note: the minimum value allowed for dirty_bytes is two pages (in bytes); any |
| 104 | value lower than this limit will be ignored and the old configuration will be | 108 | value lower than this limit will be ignored and the old configuration will be |
