Files
cloudron-box/src/mail_templates/oom_event.ejs

27 lines
616 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear <%= cloudronName %> Admin,
2019-03-06 15:59:35 -08:00
<%= program %> was restarted now as it ran out of memory.
2019-03-06 15:59:35 -08:00
If this message appears repeatedly, give the app more memory.
2019-03-06 11:54:37 -08:00
* To increase an app's memory limit - https://cloudron.io/documentation/apps/#increasing-the-memory-limit-of-an-app
* To increase a service's memory limit - https://cloudron.io/documentation/troubleshooting/#services
Out of memory event:
-------------------------------------
2019-03-06 11:54:37 -08:00
<%- event %>
-------------------------------------
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>