I think your options are a) profile your application and fix memory leaks b) reduce "accepts" setting in your hypnotoad.conf c) use an external process watcher that kills processes that use too much memory (manager will automatically spawn new ones).
http://mojolicio.us/perldoc/Mojo/Server/Hypnotoad#accepts
--
Sebastian Riedel
http://mojolicio.us
http://twitter.com/kraih
http://blog.kraih.com
> --
> You received this message because you are subscribed to the Google Groups "Mojolicious" group.
> To post to this group, send email to mojol...@googlegroups.com (mailto:mojol...@googlegroups.com).
> To unsubscribe from this group, send email to mojolicious...@googlegroups.com (mailto:mojolicious...@googlegroups.com).
> For more options, visit this group at http://groups.google.com/group/mojolicious?hl=en.
--
Sebastian Riedel
http://mojolicio.us
http://twitter.com/kraih
http://blog.kraih.com
Am Dienstag, 5. Juli 2011 um 16:31 schrieb Ryan Chan:
> Hello,
>
> On 7月4日, 下午11時05分, sri <kra...@googlemail.com (http://googlemail.com)> wrote:
> > Actually "very heavy on long lasting keep alive connections" shouldn't
> > be able to cause this either, since we have a default limit of 25
> > requests per keep alive connection, which would be just 25000 requests
> > per worker and still rather easy to reach.
> > So my bet is now on a very heavy leak in your application.
>
> In fact, my script is just a simple Hello World example...
> Anyway, I will try to observe the memory usage again.
>
> Thanks.
>