27 lines
573 B
Plaintext
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 { %>
|
|
|
|
<% } %>
|