←back to thread

150 points shaunpud | 1 comments | | HN request time: 0.307s | 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. Mashimo ◴[] No.45061761[source]
For a long time my default download folder was /dev/shm. It is / was? the memory tmpfs and everything would just be gone after a reboot. Now I can just use /tmp

Even used something similar on my windows pc, had a B:/ disk 1GB in size that was my download folder. Automated cleanup made easy.