[web2py] Re: Memory usage inspection

2010-04-09 Thread David Zejda
Hi thanks for advices, I'll check it using guppy-heapy in appadmin. Yes, the benefits of caching are obvious. My project has one central table with about 100 fields representing 'user' and about 100 other tables. To allow rich relations and searching and other interaction among users, without cach

[web2py] Re: Memory usage inspection

2010-04-09 Thread mdipierro
If you have multiple processes make sure all of them call cache.ram.clear() or consider using cache.disk(). Can you give us some data about performance benefits? If you discover anything about the cause for this problem, please keep us posted. Massimo On Apr 9, 4:28 pm, David Zejda wrote: > Hi