floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

685
active users

I have a question for the experienced linux people on here. How important is the swap partition in 2025 if my machine has over 30G of RAM and I have plans to upgrade the RAM in the future.

I've already deleted it to expand my home partition, and haven't noticed any performance issues, yet. But is there something I'm missing?

Michael T Babcock

@Jeff swap is really useful because most programs are requesting RAM they don't really need and when you're using "all" your RAM, its nice to have the unnecessary bits in swap and leave RAM free for active use.
Swap is also used for hibernation.
There's a point at which you may have enough RAM to not care, but even with 48GiB, my system often has quite a bit swapped out because Chrome.

@mikebabcock @Jeff Swap is also used during updates and patching to do in situ upgrades.