diff options
| -rw-r--r-- | Documentation/sysctl/vm.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 9f5481bdc5a4..d614a9b6a280 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt | |||
| @@ -696,7 +696,9 @@ swappiness | |||
| 696 | 696 | ||
| 697 | This control is used to define how aggressive the kernel will swap | 697 | This control is used to define how aggressive the kernel will swap |
| 698 | memory pages. Higher values will increase agressiveness, lower values | 698 | memory pages. Higher values will increase agressiveness, lower values |
| 699 | decrease the amount of swap. | 699 | decrease the amount of swap. A value of 0 instructs the kernel not to |
| 700 | initiate swap until the amount of free and file-backed pages is less | ||
| 701 | than the high water mark in a zone. | ||
| 700 | 702 | ||
| 701 | The default value is 60. | 703 | The default value is 60. |
| 702 | 704 | ||
