Is My SSD Subjected To DOUBLE READS & WRITES when I Play A Game? #86
-
Is My SSD Subjected To DOUBLE READS & WRITES when I Play A Game if I compress a game folder? Does it decompress every time I play or is it played in compressed state? I want to save space but I do not want my SSD working overtime. Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
Freaky
Mar 23, 2023
Replies: 1 comment 3 replies
-
No, decompression happens entirely in-memory — it's not written back to disk unless the file is being decompressed permanently. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
JazzyJazzjazzy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, decompression happens entirely in-memory — it's not written back to disk unless the file is being decompressed permanently.