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