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

23 lines
374 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Cloudron Team,
The <%= program %> on <%= fqdn %> exited unexpectedly!
The program has been restarted but should this message appear repeatedly,
you should give the program more memory.
Please see some excerpt of the logs below.
Thank you,
Your Cloudron
-------------------------------------
<%- context %>
<% } else { %>
<% } %>