Files
cloudron-box/src/mail_templates/oom_event.ejs
Girish Ramakrishnan 933918ea27 Fix docs url
2020-09-15 14:46:22 -07:00

27 lines
573 B
Plaintext

<%if (format === 'text') { %>
Dear <%= cloudronName %> Admin,
<%= program %> was restarted now as it ran out of memory.
If this message appears repeatedly, give the app more memory.
* To increase an app's memory limit - https://docs.cloudron.io/apps/#memory-limit
* To increase a service's memory limit - https://docs.cloudron.io/troubleshooting/#services
Out of memory event:
-------------------------------------
<%- event %>
-------------------------------------
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>