cubed icon indicating copy to clipboard operation
cubed copied to clipboard

Issue warning if a computation actually used more memory than `max_mem`

Open tomwhite opened this issue 3 years ago • 0 comments

We know the peak memory used in every task, so if this value ever exceeds the amount specified in max_mem (specified by the user) then we can issue a warning. We should encourage users to report these as bugs in cubed (though the immediate workaround would be to increase the memory available to the runtime).

tomwhite avatar Aug 25 '22 11:08 tomwhite