2017-01-07 13:52:32 -08:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2018-01-19 16:27:19 +01:00
|
|
|
Dear <%= cloudronName %> Admin,
|
2017-01-07 13:52:32 -08:00
|
|
|
|
2019-03-06 11:54:37 -08:00
|
|
|
<%= program %> has bee restarted now as it ran out of memory.
|
2017-01-09 10:46:43 -08:00
|
|
|
|
2019-03-06 11:54:37 -08:00
|
|
|
Should this message appear repeatedly or undefined behavior is observed, give the app more memory.
|
2017-01-07 13:52:32 -08:00
|
|
|
|
2019-03-06 11:54:37 -08:00
|
|
|
* 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:
|
2017-01-07 13:52:32 -08:00
|
|
|
|
|
|
|
|
-------------------------------------
|
|
|
|
|
|
2019-03-06 11:54:37 -08:00
|
|
|
<%- event %>
|
2017-01-07 13:52:32 -08:00
|
|
|
|
2017-01-17 15:47:18 +01:00
|
|
|
-------------------------------------
|
|
|
|
|
|
|
|
|
|
Powered by https://cloudron.io
|
|
|
|
|
|
2017-01-26 12:46:56 -08:00
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
|
|
2017-01-07 13:52:32 -08:00
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|