this post was submitted on 02 Oct 2023
1020 points (99.1% liked)
Programmer Humor
32380 readers
1413 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Protip: Put swapfile on ramdisk for highest speed
Unironically that's how zram works
Doesn't it compress the contents that it's storing to help kind of get the best of both worlds?
You get faster storage because it's in ram still, but with it being compressed there's also "more" available?
I could be completely mistaken though
You are correct, although zram uses more cpu power since it compresses things. It's not really an issue if you're not using a potato :=)
even if you are using a potato it probably doesn't have much ram so slightly slowing it to make things run smoother is a very popular choice
Today I learned!