←back to thread

150 points shaunpud | 1 comments | | HN request time: 0.214s | 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 #
nolist_policy ◴[] No.45061038[source]
Use `/var/tmp` of you want a disk backed tmp. Not sure why the article omits that.
replies(2): >>45062126 #>>45063303 #
Suzuran ◴[] No.45063303[source]
/var/tmp is not allowed if you wish to pass security audits, it MUST be a bind mount to /tmp
replies(1): >>45065063 #
1. NekkoDroid ◴[] No.45065063[source]
What is the rational behind requiring it being a bind mount (or also whatever other options are allowed)?