How do I deactivate the SWAP memory?

I have a lot of RAM, I don't need it

1 Like

You can disable it with the swapoff command. Replace "/path/to/swapfile" with your actual path

sudo swapoff /path/to/swapfile

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.