Re: Problem with parallel : it stops with a warning after several hours of operations

2017-07-11 Thread Ole Tange
On Tue, Jul 11, 2017 at 9:35 AM, Shlomi Fish wrote: > On Tue, 11 Jul 2017 08:50:49 +0200 (CEST) > Hubert Kowalski wrote: > >> > parallel: Warning: No more file handles. >> > parallel: Warning: Raising ulimit -n or /etc/security/limits.conf may >> >

Re: Problem with parallel : it stops with a warning after several hours of operations

2017-07-11 Thread Hubert Kowalski
> parallel: Warning: No more file handles. > parallel: Warning: Raising ulimit -n or /etc/security/limits.conf may help. Parallel runs out of file handles. try railing limit, for example https://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/ hope it helps. > Dnia 10

Re: Problem with parallel : it stops with a warning after several hours of operations

2017-07-11 Thread Hubert Kowalski
Maybe something is leaking file handles? one would neet to strace this > Dnia 11 lipiec 2017 o 09:35 Shlomi Fish napisaƂ(a): > > > Hi Hubert, > > thanks for your reply. > > On Tue, 11 Jul 2017 08:50:49 +0200 (CEST) > Hubert Kowalski wrote: > > > >

Re: Problem with parallel : it stops with a warning after several hours of operations

2017-07-11 Thread Shlomi Fish
Hi Hubert, thanks for your reply. On Tue, 11 Jul 2017 08:50:49 +0200 (CEST) Hubert Kowalski wrote: > > parallel: Warning: No more file handles. > > parallel: Warning: Raising ulimit -n or /etc/security/limits.conf may > > help. > > Parallel runs out of file handles.