aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 4296b54ea..9ad342151 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -276,6 +276,22 @@ config CONFIG_MT
276 to advance or rewind a tape past a specified number of archive 276 to advance or rewind a tape past a specified number of archive
277 files on the tape. 277 files on the tape.
278 278
279config CONFIG_READAHEAD
280 bool "readahead"
281 default n
282 help
283 Preload the files listed on the command line into RAM cache so that
284 subsequent reads on these files will not block on disk I/O.
285
286 This applet just calls the readahead(2) system call on each file.
287 It is mainly useful in system startup scripts to preload files
288 or executables before they are used. When used at the right time
289 (in particular when a CPU boundprocess is running) it can
290 significantly speed up system startup.
291
292 As readahead(2) blocks until each file has been read, it is best to
293 run this applet as a background job.
294
279config CONFIG_RUNLEVEL 295config CONFIG_RUNLEVEL
280 bool "runlevel" 296 bool "runlevel"
281 default n 297 default n