File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Optimizing Linux
22
33I am writing this guide to save my progress and let others contribute to increasing linux performance even further;
4- after all, many are better than one. You can use all of them or just a few of them. ** Read a topic fully before starting
5- ** .
4+ after all, many are better than one. You can use all of them or just a few of them. ** Read a topic fully before starting** .
65
76I am currently on [ Nobara] ( https://nobaraproject.org/ ) and Ubuntu, so some steps may vary from distro to distro. I have
87had
@@ -175,7 +174,7 @@ non-bootable.
175174
176175 _On a device with a volatile battery-backed write-back cache, the nobarrier option will not lead to filesystem
177176 corruption as the pending blocks are supposed to make it to the permanent
178- storage._ [man 5 btrfs](https://btrfs.readthedocs.io/en/latest/btrfs-man5.html)
177+ storage._ [man 5 btrfs](https://btrfs.readthedocs.io/en/latest/btrfs-man5.html).
179178
1801792. ` sudo systemctl daemon-reload`
181180
@@ -333,9 +332,9 @@ or blogs or writeup that other people have done that delve deeper into it.
333332
334333What has worked for me:
335334
336- **1.** Open NVIDIA X Settings → PRIME profiles → set to Performance Mode
335+ **1.** Open ` NVIDIA X Settings` → ` PRIME profiles` → set to ` Performance Mode`
337336
338- **2.** On laptops atleast NVIDIA seems to limit the wattage available by more than half, you can check it by running
337+ **2.** On laptops, NVIDIA seems to limit the wattage available by more than half; you can check it by running:
339338`nvidia-smi -q | grep -i "Power Limit" -A4`:
340339
341340```
You can’t perform that action at this time.
0 commit comments