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 |
---|---|---|
![]() |
x86_64 (75)* | Fedora 37 (36 downloads) |
![]() |
x86_64 (46)* | Fedora 38 (42 downloads) |
![]() |
x86_64 (22)* | Fedora 39 (17 downloads) |
![]() |
x86_64 (45)* | Fedora rawhide (46 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
#> dnf copr enable kylegospo/preload
More info about enabling Copr repositories