Commit d892fc6
committed
pkgdiff-mg: use /var/tmp instead of /tmp as default TMPDIR
pkgdiff can cause large files in the used temprorary directory that
are not cleaned up on exit. Using /tmp for those, which is often a
tmpfs, which means that the files consume main memory at first. Later
the system may move the unused files on the tmpfs into swap.
In any case, using /var/tmp instead of /tmp as default TMPDIR for
pkgdiff-mg is sensible. As a genral rule of thumb, /tmp should be used
for smaller, size bounded files only; /var/tmp for everything else.
Signed-off-by: Florian Schmaus <flow@gentoo.org>1 parent 153fafa commit d892fc6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments