Re: Out of memory when doing --pipe --block ?

2018-02-09 Thread hubert depesz lubaczewski
On Thu, Feb 08, 2018 at 07:50:22PM +0100, Ole Tange wrote: > In practice this means you need 2.3 GB of free RAM and 3.8 GB of free > virtual memory (RAM+swap) to run this. > > Given your output from 'free' I think that if you add 2 GB of swap, > then that will solve your issue. Just because Perl l

Re: Out of memory when doing --pipe --block ?

2018-02-09 Thread Hubert Kowalski
If I may ask while we're at it: can we make some option to have GNU Parallel NOT buffer things and/or not output things? Some operations are heavy on I/O and not computationally intensive, so there's no need for either buffering or output from them :) > Dnia 9 luty 2018 o 09:45 hubert depesz lu