That’s about right, then, given that hypnotoad starts up 5 processes by default.
If you’re handling your requests in a non-blocking manner, the initial memory usage is not so important, because each process can handle hundreds of simultaneous connections without a problem. > On May 30, 2016, at 3:15 PM, Quim Pagans <[email protected]> wrote: > > each process consume around 30MB > > I have no more than 30 html templates > > I understand, then, the modules are the ones consuming the main percentage of > the memory. > > I will try to reduce workers but I can't reduce modules.. > > thanks! > > 2016-05-30 23:10 GMT+02:00 Glen <[email protected] > <mailto:[email protected]>>: > Take a look at each process - how much is it taking? > > It’s likely the result of whatever you’ve loaded into memory, whether data of > modules. > > >> On May 30, 2016, at 3:05 PM, tempus71 <[email protected] >> <mailto:[email protected]>> wrote: >> >> I have build a simple Mojolicious app and I use hypnotoad on production >> server but it's consuming 160MB. Is it the minimum memory necessary for run >> hypnotoad? >> >> Thanks for your help! >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mojolicious" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <mailto:[email protected]>. >> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >> Visit this group at https://groups.google.com/group/mojolicious >> <https://groups.google.com/group/mojolicious>. >> For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. > > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Mojolicious" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/mojolicious/DeWF8Yd-dGw/unsubscribe > <https://groups.google.com/d/topic/mojolicious/DeWF8Yd-dGw/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/mojolicious > <https://groups.google.com/group/mojolicious>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > > > -- > Quim Pagans Garriga > Linkedin - http://es.linkedin.com/in/quimpagansgarriga > <http://es.linkedin.com/in/quimpagansgarriga> > Twitter - @quimpg <http://twitter.com/quimpg> > > -- > You received this message because you are subscribed to the Google Groups > "Mojolicious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/mojolicious > <https://groups.google.com/group/mojolicious>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
