parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Please test --compress


From: Ole Tange
Subject: Please test --compress
Date: Sat, 2 Nov 2013 23:30:58 +0100

GNU Parallel caches stdout/stderr output from your jobs in temporary
files in $TMPDIR.

If your jobs generate loads of output on stdout/stderr the files in
$TMPDIR can grow big.

With --compress you can ask GNU Parallel to compress them on the fly
thus giving less disk I/O; and with --compress-program you can decide
with program GNU Parallel should used for the compression.

Give it a spin and provide some feedback.

  git clone git://git.savannah.gnu.org/parallel.git

/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]