From 2218723d0c37a9ca05ac555fcced19429b966249 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 28 Sep 2018 22:32:24 -0400 Subject: [PATCH] Better error message for low memory warning --- app/static/app/js/components/TaskListItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/app/js/components/TaskListItem.jsx b/app/static/app/js/components/TaskListItem.jsx index af47510f..2c74efcb 100644 --- a/app/static/app/js/components/TaskListItem.jsx +++ b/app/static/app/js/components/TaskListItem.jsx @@ -499,7 +499,7 @@ class TaskListItem extends React.Component { /> {showMemoryErrorWarning ? -
It looks like your processing node ran out of memory. If you are using docker, make sure that your docker environment has enough RAM allocated. Alternatively, make sure you have enough physical RAM, reduce the number of images, make your images smaller, or tweak the task's options.
: ""} +
It looks like your processing node ran out of memory. If you are using docker, make sure that your docker environment has enough RAM allocated. Alternatively, make sure you have enough physical RAM, reduce the number of images, make your images smaller, or reduce the max-concurrency parameter from the task's options.
: ""} {showTaskWarning ?
: ""}