Skip to content

Commit

Permalink
Removed mention of a no longer included script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shendisx committed Jan 11, 2025
1 parent e33d4d1 commit 7c72a1b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/content/docs/features/cachyos_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,6 @@ applications
- **`game-performance`** - Wrapper script for `powerprofilesctl` to switch to performance profile on-demand.
See [Power Profile Switching On Demand](/configuration/gaming#power-profile-switching-on-demand)
- **`kerver`** - QoL script to show information about the current kernel
- **`ksmctl`** - Utility to enable merging same memory pages into one to decrease memory usage at the cost of some CPU overhead. **Don't expect huge savings**

<Tabs>
<TabItem label="Enable Kernel Samepage Merging">
```sh
❯ sudo ksmctl --enable
```
</TabItem>
<TabItem label="Disable Kernel Samepage Merging">
```sh
❯ sudo ksmctl --disable
```
</TabItem>
</Tabs>
- **`ksmstats`** - Shows general savings from Kernel Samepage Merging
- **`paste-cachyos`** - Script to paste terminal output for text files from the system

<Tabs>
Expand Down

0 comments on commit 7c72a1b

Please sign in to comment.