diff options
Diffstat (limited to 'system/preload/README')
-rw-r--r-- | system/preload/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/preload/README b/system/preload/README new file mode 100644 index 0000000000..9cfbb372b5 --- /dev/null +++ b/system/preload/README @@ -0,0 +1,4 @@ +Preload is an adaptive readahead daemon. It monitors applications +that users run, and by analyzing this data, predicts what apps +users might run, and fetches those binaries and their dependencies +into memory for faster startup times. |