|
@@ -22,6 +22,7 @@ Currently, these files are in /proc/sys/vm:
|
|
|
- dirty_background_ratio
|
|
|
- dirty_expire_centisecs
|
|
|
- dirty_writeback_centisecs
|
|
|
+- highmem_is_dirtyable (only if CONFIG_HIGHMEM set)
|
|
|
- max_map_count
|
|
|
- min_free_kbytes
|
|
|
- laptop_mode
|
|
@@ -40,9 +41,9 @@ Currently, these files are in /proc/sys/vm:
|
|
|
==============================================================
|
|
|
|
|
|
dirty_ratio, dirty_background_ratio, dirty_expire_centisecs,
|
|
|
-dirty_writeback_centisecs, vfs_cache_pressure, laptop_mode,
|
|
|
-block_dump, swap_token_timeout, drop-caches,
|
|
|
-hugepages_treat_as_movable:
|
|
|
+dirty_writeback_centisecs, highmem_is_dirtyable,
|
|
|
+vfs_cache_pressure, laptop_mode, block_dump, swap_token_timeout,
|
|
|
+drop-caches, hugepages_treat_as_movable:
|
|
|
|
|
|
See Documentation/filesystems/proc.txt
|
|
|
|