Preload Tool for Better System Performance: Difference between revisions
From WikiMLT
m Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Linux Desktop |
mNo edit summary |
||
Line 5: | Line 5: | ||
<syntaxhighlight lang="shell" line="1"> | <syntaxhighlight lang="shell" line="1"> | ||
sudo apt update && sudo apt install preload | sudo apt update && sudo apt install preload | ||
</syntaxhighlight> | </syntaxhighlight>References: | ||
* | * itBeginner.net: [https://itbeginner.net/tweak-optimize-ssd-ubuntu-linux-mint/ How to tweak and optimize SSD for Ubuntu, Linux Mint] | ||
<noinclude> | <noinclude> |
Latest revision as of 17:21, 17 August 2022
Preload is a Linux software developed by Behdad Esfahbod. Preload learns programs that users use often, records statics using Markov chains, analyzes, and predicts what programs will be most used. Preload then will load those programs, binaries, and dependencies into memory or ram. By having programs already in RAM or memory, it will take less time when you actually start that program or programs.
sudo apt update && sudo apt install preload
References:
- itBeginner.net: How to tweak and optimize SSD for Ubuntu, Linux Mint