[web2py] Memory usage inspection

2010-04-09 Thread David Zejda
Hi, I'm aggresively caching nearly everything.. it helped to reduce database queries and increase performance in result. But I have another problem now - memory usage slowly grows, during a day my server eats about 2 GB. If I flush cache by clear() function, it does not help much. Something it's

Re: [web2py] Memory usage inspection

2010-04-09 Thread Thadeus Burgess
heapy guppy can do this. If you install it, a later version of web2py appadmin has cache statistics in it using guppy-heapy, it can give you an overall feel for what kinds of objects are taking up so much memory. There are lots of other factors, such as what webserver, how are you executing