Preload Tool for Better System Performance: Difference between revisions
From WikiMLT
m Стадий: 3 [Фаза:Разработване, Статус:Разработван]; Категория:Linux Server |
mNo edit summary |
||
Line 1: | Line 1: | ||
<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. | |||
== | <syntaxhighlight lang="shell" line="1"> | ||
.. | sudo apt update && sudo apt install preload | ||
</syntaxhighlight> | |||
* ''References: [https://itbeginner.net/tweak-optimize-ssd-ubuntu-linux-mint/ itBeginner.net: How to tweak and optimize SSD for Ubuntu, Linux Mint]'' | |||
<noinclude> | <noinclude> | ||
<div id='devStage'> | <div id='devStage'> | ||
{{devStage | {{devStage | ||
| Прндл = Linux Server | | Прндл = Linux Desktop | ||
| Прндл1 = Linux Server | |||
| Стадий = 3 | | Стадий = 3 | ||
| Фаза = Разработване | | Фаза = Разработване |
Revision as of 16:25, 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