Mail Archives: djgpp/1998/08/30/11:40:02
On 30 Aug 1998, Martin Str|mberg wrote:
> Isn't this what happens if your drive fills up? Wouln't this happen if
> your TMPDIR only can hold less than necessary regardless whether it's
> on a RAMDISK or not?
Yes and yes. The problem is that RAM disks tend to be small (several
MBytes), and uncompressing large .tar.gz files will fill them easily. As
a rule of thumb, if the compressed file is more than 4 times the size of
RAM disk, you should reset TMPDIR befor running `tar' (or just use `djtar'
;-).
- Raw text -