hypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 年前It's fine until you run out of disk spacelemmy.worldimagemessage-square134fedilinkarrow-up11.03Karrow-down19
arrow-up11.02Karrow-down1imageIt's fine until you run out of disk spacelemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 年前message-square134fedilink
minus-squarejtfletchbot@lemmy.ko4abp.comlinkfedilinkarrow-up21·1 年前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
minus-squareEw0@lemmy.sdf.orglinkfedilinkEnglisharrow-up16arrow-down1·1 年前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 :=)
minus-squareStill@programming.devlinkfedilinkarrow-up11·1 年前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
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!