this post was submitted on 10 Nov 2023
1330 points (97.4% liked)

Memes

45663 readers
1038 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] You999@sh.itjust.works 11 points 1 year ago* (last edited 1 year ago) (1 children)

ZFS will do block level deduplication but requires a large table be stored in ram. The issue arises that the cost to increase your ram to keep up with that table size usually ends up being a lot more than just adding more storage.

I do believe most games have an inflated size due to uncompressed assets being included which a file system level compression could help with so long as you have the CPU to spare.

[โ€“] MonkderZweite@feddit.ch 2 points 1 year ago

Thanks for the explanation!