Skip to content

Commit 65b2a05

Browse files
committed
Update README.md
1 parent 3f02470 commit 65b2a05

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Optimizing Linux
22

33
I 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

76
I am currently on [Nobara](https://nobaraproject.org/) and Ubuntu, so some steps may vary from distro to distro. I have
87
had
@@ -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

180179
2. `sudo systemctl daemon-reload`
181180

@@ -333,9 +332,9 @@ or blogs or writeup that other people have done that delve deeper into it.
333332
334333
What 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
```

0 commit comments

Comments
 (0)