What version of Apache and mod_wsgi does WebFaction use? If they are still using Apache 2.2 and also an older mod_wsgi version, that is likely to be the cause.
Apache 2.2 has various issues in it with excessive memory usage that Apache 2.4 fixes. Newer versions of mod_wsgi also provide workarounds to combat the Apache 2.2 memory issues, so if you are stuck with older Apache 2.2, then using latest mod_wsgi versions can still save the day. Problem is that Linux distros that WebFaction uses are likely to use quite old versions of everything. Graham On 27/01/2015, at 12:19 AM, Paul Royik <[email protected]> wrote: > I moved my hosting to Webfaction and problems began. > > Webfaction reported that my memory consumption is too high (this wasn't an > issue on previous hosting). > > They don't tell you what page generated it or what objects were loaded in > memory. > > Support directed me to > https://code.google.com/p/modwsgi/wiki/DebuggingTechniques, but I don't > understand how to include that code into my project. > > Please, help me. I really need to undestand what objects are loaded into > memory. > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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 http://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "modwsgi" 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 http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
