this post was submitted on 06 Aug 2026
21 points (100.0% liked)
Linux
14579 readers
155 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No not really.
It's how long it takes to read 32GB from my swap. 170 MB/s continuous read speed ≈ 188 sec (3 min 8 sec) add the normal boot time to it (bios, grub, kernel initramfs) and you get the 4 minutes.
When the system boots cold it doesn't have to read 32GB, just 0.5-2GB maybe.
If you are writing the full 32GB, something is wrong. Shared memory isn't written twice.
You might be right. But I still have no clue how to properly set it up.
Just for the record, Linux can do with less swap-space than the memory you have, also for hibernation. The system doesn't write every byte to swap, and it uses compression. With 32gb I would choose a default swapsize of ~10gb max, but test it first as it depends on the specific content of your ram, and usage patterns oc. However, its an instant time-saver during boot.
Didn't work for me, it would cancel the hibernation saying there is not enough space in swap.
Do you have a guide for that?