diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:36:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:36:08 +0000 |
commit | a068f983e21c9b70d904a0e69226b82d51c173ea (patch) | |
tree | b085bc7ed106896aee85a06b061637c2b2fa87a6 /www/Makefile | |
parent | 3767886f0805302677392614f41ced47a30d2071 (diff) |
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.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-AutoRestart/
Notes
Notes:
svn path=/head/; revision=223284
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index af9efab3ca6b..191964c1a170 100644 --- a/www/Makefile +++ b/www/Makefile @@ -711,6 +711,7 @@ SUBDIR += p5-Catalyst-Plugin-Authentication-Store-Htpasswd SUBDIR += p5-Catalyst-Plugin-Authorization-ACL SUBDIR += p5-Catalyst-Plugin-Authorization-Roles + SUBDIR += p5-Catalyst-Plugin-AutoRestart SUBDIR += p5-Catalyst-Plugin-C3 SUBDIR += p5-Catalyst-Plugin-Cache SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap |