BootOptimization: Difference between revisions

From DrewWiki
Jump to navigation Jump to search
(Created page with "Readahead systemd has a built-in readahead implementation is not enabled on upgrades. It should improve bootup speed but your mileage may vary depending on your hardware. To ena...")
 
(syntax for BootOptimization)
 
Line 3: Line 3:
systemd has a built-in readahead implementation is not enabled on upgrades. It should improve bootup speed but your mileage may vary depending on your hardware. To enable it:
systemd has a built-in readahead implementation is not enabled on upgrades. It should improve bootup speed but your mileage may vary depending on your hardware. To enable it:


<pre>
<syntaxhighlight lang=bash>
# systemctl enable systemd-readahead-collect.service
# systemctl enable systemd-readahead-collect.service
# systemctl enable systemd-readahead-replay.service
# systemctl enable systemd-readahead-replay.service
</pre>
</syntaxhighlight>

Latest revision as of 00:35, 25 January 2018

Readahead

systemd has a built-in readahead implementation is not enabled on upgrades. It should improve bootup speed but your mileage may vary depending on your hardware. To enable it:

# systemctl enable systemd-readahead-collect.service
# systemctl enable systemd-readahead-replay.service