[web2py] Re: Web2py or Python 2.5 consumes too much RAM

2010-04-30 Thread mdipierro
Ignore my question. I thought you were answering to a different thread. I'll have to upgrade to 10.04 LTS. > To make sure I understand. You can replicate the problem with 8.04 but > not with 9.04,9.10 and 10.04? > > On Apr 30, 10:17 pm, Thadeus Burgess wrote: > > > I can confirm that with 9.04,

[web2py] Re: Web2py or Python 2.5 consumes too much RAM

2010-04-30 Thread mdipierro
To make sure I understand. You can replicate the problem with 8.04 but not with 9.04,9.10 and 10.04? On Apr 30, 10:17 pm, Thadeus Burgess wrote: > I can confirm that with 9.04, 9.10, and 10.04 do not have this problem. > > -- > Thadeus > > On Fri, Apr 30, 2010 at 9:17 PM, mdipierro wrote: > > I

Re: [web2py] Re: Web2py or Python 2.5 consumes too much RAM

2010-04-30 Thread Thadeus Burgess
I can confirm that with 9.04, 9.10, and 10.04 do not have this problem. -- Thadeus On Fri, Apr 30, 2010 at 9:17 PM, mdipierro wrote: > I have seen this before with ubuntu 8.04. There is a memory leak. I do > not think it is in web2py but could not get to the bottom if it. The > trick consist

[web2py] Re: Web2py or Python 2.5 consumes too much RAM

2010-04-30 Thread mdipierro
I have seen this before with ubuntu 8.04. There is a memory leak. I do not think it is in web2py but could not get to the bottom if it. The trick consists in limiting the number of requests served by the same process so that apache starts a new process more often. On Apr 30, 7:36 pm, Adolfo wrote