Give better oom notification title

This commit is contained in:
Johannes Zellner
2019-01-07 14:05:32 +01:00
parent 5f71f6987c
commit d3227eceff
+1 -1
View File
@@ -141,7 +141,7 @@ function oomEvent(program, context, callback) {
async.each(result, function (admin, callback) {
mailer.oomEvent(program, context);
add(admin.id, program, context, '', callback);
add(admin.id, 'Process died out-of-memory', context, '', callback);
}, callback);
});
}