Preload Tool for Better System Performance: Difference between revisions

From WikiMLT
m (Стадий: 5 [Фаза:Утвърждаване, Статус:Авторизиран]; Категория:Linux Desktop)
mNo edit summary
 
(One intermediate revision by the same user not shown)
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:


* ''References: [https://itbeginner.net/tweak-optimize-ssd-ubuntu-linux-mint/ itBeginner.net: How to tweak and optimize SSD for Ubuntu, Linux Mint]''
* itBeginner.net: [https://itbeginner.net/tweak-optimize-ssd-ubuntu-linux-mint/ How to tweak and optimize SSD for Ubuntu, Linux Mint]


<noinclude>
<noinclude>
Line 14: Line 14:
  | Прндл  = Linux Desktop
  | Прндл  = Linux Desktop
  | Прндл1 = Linux Server
  | Прндл1 = Linux Server
  | Стадий = 5
  | Стадий = 6
  | Фаза  = Утвърждаване
  | Фаза  = Утвърждаване
  | Статус = Авторизиран
  | Статус = Утвърден
  | ИдтПт  = Spas
  | ИдтПт  = Spas
  | РзбПт  = Spas
  | РзбПт  = Spas

Latest revision as of 18:21, 17 August 2022

Pre­load is a Lin­ux soft­ware de­vel­oped by Be­hdad Es­fah­bod. Pre­load learns pro­grams that users use of­ten, records sta­t­ics us­ing Markov chains, an­a­lyzes, and pre­dicts what pro­grams will be most used. Pre­load then will load those pro­grams, bi­na­ries, and de­pen­den­cies in­to mem­o­ry or ram. By hav­ing pro­grams al­ready in RAM or mem­o­ry, it will take less time when you ac­tu­al­ly start that pro­gram or pro­grams.

sudo apt update && sudo apt install preload

Ref­er­ences: