Catch OOM kills

2018-05-04 Thread John
Dear all How can I catch if the program I have called with parallel gets killed by the kernel due to memory space. I know the option --memfree. I am not sure if this satisfies all my needs. For example what happens if one of my jobs was always put back into the queue and is the last one now. A

Re: Catch OOM kills

2018-05-04 Thread Douglas Pagani
On Fri, May 4, 2018 at 8:42 AM, John wrote: > Dear all > > How can I catch if the program I have called with parallel gets killed by > the kernel due to memory space. > I know the option --memfree. I am not sure if this satisfies all my needs. > For example what happens if one of my jobs was alwa