Preload Tool for Better System Performance: Difference between revisions
From WikiMLT
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{ContentArticleHeader/Linux_Desktop|toc=off|toc-limit=2}}{{ContentArticleHeader/Linux_Server|toc-limit=2}}</noinclude> | <noinclude>{{ContentArticleHeader/Linux_Desktop|toc=off|toc-limit=2}}{{ContentArticleHeader/Linux_Server|toc-limit=2}}</noinclude> | ||
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. | 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. | ||
Line 6: | 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> | ||
Line 15: | Line 14: | ||
| Прндл = Linux Desktop | | Прндл = Linux Desktop | ||
| Прндл1 = Linux Server | | Прндл1 = Linux Server | ||
| Стадий = | | Стадий = 6 | ||
| Фаза = | | Фаза = Утвърждаване | ||
| Статус = | | Статус = Утвърден | ||
| ИдтПт = Spas | | ИдтПт = Spas | ||
| РзбПт = {{REVISIONUSER}} | | РзбПт = Spas | ||
| АвтПт = Spas | |||
| УтвПт = {{REVISIONUSER}} | |||
| ИдтДт = 17.08.2022 | | ИдтДт = 17.08.2022 | ||
| РзбДт = {{Today}} | | РзбДт = 17.08.2022 | ||
| АвтДт = 17.08.2022 | |||
| УтвДт = {{Today}} | |||
| ИдтРв = [[Special:Permalink/30261|30261]] | | ИдтРв = [[Special:Permalink/30261|30261]] | ||
| РзбРв = {{REVISIONID}} | | РзбРв = [[Special:Permalink/30265|30265]] | ||
| АвтРв = [[Special:Permalink/30266|30266]] | |||
| УтвРв = {{REVISIONID}} | |||
}} | }} | ||
</div> | </div> | ||
</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