Hi, it is impossible to allocate unlimited memory to tasks. Could your tasks always finish in a fixed memory resource range? If so, you could choose a max value of that range.
On Mon, Aug 1, 2016 at 7:54 PM, Bryan Fok <[email protected]> wrote: > Sometimes there are a few tasks (depend on how many tasks have submitted) > never complete, and no error return either. When I see this, I will > increase the "mem" in the task.resources and it solve the problem. I dont > think modify it every time when we encounter this problem is a good > solution. Is there anyway that by default allocate unlimited memory to > tasks? Or its not even the root problem? > > Thank you, > Bryan > > -- Best Regards, Haosdent Huang

