How can I monitor health of Jetty instance and automatically restart instance, if it runs out of memory?
|
feedback
|
|
I would look at something like Monit to watch the process and set a memory threshold for restarting the process. Using Monit, you can have a statement like:
| |||
|
feedback
|