Files
cloudron-box/src/mail_templates/oom_event.ejs
Girish Ramakrishnan c6b3d15d72 Fix some typos
2019-03-06 16:02:51 -08:00

27 lines
616 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://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:
-------------------------------------
<%- event %>
-------------------------------------
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>