>> Every django app grabs ~60mb of RAM. I'm currently running three >> different django fcgi processes and that uses half of my available >> RAM. > > I'm kind of curious what you're doing with all that RAM ;)
Sounds almost like the classic case of not turning off DEBUG settings, and having query-history hang around for far too long. It doesn't take too long to get humongous memory usage if you're saving every query your DB executes :) -tkc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---