←back to thread

150 points shaunpud | 1 comments | | HN request time: 0s | source
Show context
Incipient ◴[] No.45060518[source]
Using the example from the article, extracting an archive. Surely that use case is entity not possible using in-memory? What happens if you're dealing with a not-unreasonable 100gb archive?

Who runs around with 100gb+ of swap?!

replies(2): >>45060583 #>>45061038 #
perlgeek ◴[] No.45060583[source]
Who runs around with a 100gb+ /tmp partition?

Our default server images come with a 4.4GB /tmp partition...

replies(1): >>45060779 #
wielebny ◴[] No.45060779[source]
I run a script that rotates my /tmp/ each day, so I can access yesterday's tmp files at /tmp/20250828/ and so on.

My /tmp is my default folder for downloads and temporary work. It will grow 100GB+ easily.

replies(5): >>45060892 #>>45060901 #>>45061000 #>>45061761 #>>45062109 #
1. KronisLV ◴[] No.45061000{3}[source]
This reminded me of the spacebar heating xkcd: https://xkcd.com/1172/

(not making fun of the workflow or anything, it's just that changes like tmpfs breaking stuff very much holds true)