this post was submitted on 12 Mar 2026
1729 points (99.1% liked)

Programmer Humor

30362 readers
1737 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Vlyn@lemmy.zip 7 points 2 days ago (1 children)

Don't fully disable swap on Windows, it can break things :-/

[–] Jaysyn@lemmy.world 3 points 2 days ago (1 children)

I didn't know that, that used to not be the case.

[–] Vlyn@lemmy.zip 7 points 2 days ago

Maybe it has changed again, but in the past I gave it a try. When 16 GB was a lot. Then when 32 GB was a lot. I always thought "Not filling up the RAM anyway, might as well disable it!"

Yeah, no, Windows is not a fan. Like you get random "running out of memory" errors, even though with 16 GB I still had 3-4 GB free RAM available.

Some apps require the page file, same as crash dumps. So I just set it to a fixed value (like 32 GB min + max) on my 64 GB machine.