diff options
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r-- | Documentation/sysctl/vm.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 391dd64363e7..44518c023949 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt | |||
@@ -28,6 +28,7 @@ Currently, these files are in /proc/sys/vm: | |||
28 | - block_dump | 28 | - block_dump |
29 | - drop-caches | 29 | - drop-caches |
30 | - zone_reclaim_mode | 30 | - zone_reclaim_mode |
31 | - zone_reclaim_interval | ||
31 | 32 | ||
32 | ============================================================== | 33 | ============================================================== |
33 | 34 | ||
@@ -137,4 +138,15 @@ of memory should be used for caching files from disk. | |||
137 | 138 | ||
138 | It may be beneficial to switch this on if one wants to do zone | 139 | It may be beneficial to switch this on if one wants to do zone |
139 | reclaim regardless of the numa distances in the system. | 140 | reclaim regardless of the numa distances in the system. |
141 | ================================================================ | ||
142 | |||
143 | zone_reclaim_interval: | ||
144 | |||
145 | The time allowed for off node allocations after zone reclaim | ||
146 | has failed to reclaim enough pages to allow a local allocation. | ||
147 | |||
148 | Time is set in seconds and set by default to 30 seconds. | ||
149 | |||
150 | Reduce the interval if undesired off node allocations occur. However, too | ||
151 | frequent scans will have a negative impact onoff node allocation performance. | ||
140 | 152 | ||