summaryrefslogtreecommitdiff
path: root/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index 1105a5b79b1e..274a315e0684 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -743,3 +743,11 @@ config PROCESS_RECLAIM
(addr, addr + size-bytes) of the process.
Any other vaule is ignored.
+
+config VM_MAX_READAHEAD
+ int "default max readahead window size"
+ default 128
+ help
+ This sets the VM_MAX_READAHEAD value to allow the readahead window
+ to grow to a maximum size of configured. This will benefit sequential
+ read throughput and thus early boot performance.