8f9d00bea2
Catalyst plugin to force the application to restart server processes when they reach a configurable memory threshold. Memory checks are performed every 'N' requests. This is intended as a band-aid to deal with problems like memory leaks; it's here to buy you time to find and solve the underlying issues.
5 lines
305 B
Text
5 lines
305 B
Text
Catalyst plugin to force the application to restart server processes
|
|
when they reach a configurable memory threshold. Memory checks are
|
|
performed every 'N' requests. This is intended as a band-aid to
|
|
deal with problems like memory leaks; it's here to buy you time to
|
|
find and solve the underlying issues.
|