Re: [web2py] Re: Web2py RAM usage

2012-06-19 Thread Vasile Ermicioi
> In my case, i just started web2py server and set up apache2 + proxypass. > I need to change to uwsgi? it will keep your memory usage low --

Re: [web2py] Re: Web2py RAM usage

2012-06-18 Thread Lucas R. Martins
In my case, i just started web2py server and set up apache2 + proxypass. I need to change to uwsgi? 2012/6/18 Jon Molesa > I can't say for certain now, but I'm pretty sure I switched from > apache + mod_wsgi to uwsgi. In any case uwsgi is what I've set up on > my Rackspace server. So far so goo

Re: [web2py] Re: Web2py RAM usage

2012-06-18 Thread Jon Molesa
I can't say for certain now, but I'm pretty sure I switched from apache + mod_wsgi to uwsgi. In any case uwsgi is what I've set up on my Rackspace server. So far so good. I'm happy with the results. While I understand webfaction's need to control resource usage I really didn't appreciate that they

Re: [web2py] Re: Web2py RAM usage

2012-06-18 Thread Vasile Ermicioi
> However, webfactiion continually killed my process for going over it's > memory limits. When I asked what was causing this and what I could do to > keep it under my account limit their reply was that this is a common > occurrence with web2py apps. I really didn't have the necessary skills to > ge

Re: [web2py] Re: Web2py RAM usage

2012-06-18 Thread Jon Molesa
While testing webfaction I had launched a very simple app that required login to use. No one was registering so no one was using anything other than the landing page. However, webfactiion continually killed my process for going over it's memory limits. When I asked what was causing this and wha

Re: [web2py] Re: Web2py RAM usage

2012-06-18 Thread Massimo Di Pierro
Currently there is not built-in way to limit memory usage. You can expire it but does not get deleted, only overwritten. You can explicitly delete an item from the cache using cache.ram.clear(regex) clears all items with ket matching regex. On Monday, 18 June 2012 07:42:06 UTC-5, Lucas R. Marti

Re: [web2py] Re: Web2py RAM usage

2012-06-18 Thread Lucas R. Martins
i'm not using web2py-level caching, but i would like to use, if i can limit memory usage and expire it when i need. i have compiled app and i'm using sqlite. sqlite is a problem? 2012/6/18 Massimo Di Pierro > Are you using caching? Are you using sqlite? We should nail down the cause > of this p

[web2py] Re: Web2py RAM usage

2012-06-17 Thread Massimo Di Pierro
Are you using caching? Are you using sqlite? We should nail down the cause of this problem. Did you try to bytecode compile the app? Massimo On Sunday, 17 June 2012 21:17:01 UTC-5, Lucas R. Martins wrote: > > Hi guys, > > I'm running a website with ~ 900 urls and no many daily access in a small