Description
preload is an adaptive readahead daemon. It monitors applications that users run, and by analyzing this data, predicts what applications users might run, and fetches those binaries and their dependencies into memory for faster startup times.
Installation Instructions
Firstly add the Copr repository to your system:
sudo dnf copr enable kylegospo/preload
After adding the repository, install preload
:
sudo dnf install preload
Finally, enable and start the service:
systemctl enable --now preload
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | x86_64 (58)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (61)* | Fedora 39 (62 downloads) |
Fedora 40 | x86_64 (63)* | Fedora 40 (55 downloads) |
Fedora 41 | x86_64 (8)* | Fedora 41 (10 downloads) |
Fedora rawhide | x86_64 (51)* | Fedora rawhide (92 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kylegospo/preload
More info about enabling Copr repositories