Re: [web2py] skyrocketing memory. How to pinpoint the problem?

2013-02-11 Thread Todd Shifflett
That's the thing. When I remove all functionality of my app and simply create a new one whose only function is to return a json object of {"test":"memory"} I see this behavior. I was thinking that perhaps the memory was climbing because I was importing a module at the wrong place or something.

Re: [web2py] skyrocketing memory. How to pinpoint the problem?

2013-02-10 Thread Todd Shifflett
Strange. In order to get around the issue I converted it over to run on GAE. This seems to work ok. I notice thought that we're averaging about 2 requests per second. On Feb 10, 2013, at 3:35 PM, Massimo Di Pierro wrote: > I tried your example but I cannot reproduce the problem (I am on

Re: [web2py] skyrocketing memory. How to pinpoint the problem?

2013-02-05 Thread Todd Shifflett
I'm reading up on strace now. in the meanwhile, here is the MVC code (not sure if I can attach a file to google groups)…. Model: -Nothing. I have an empty model file. Other than the default settings that come with a new controller. Ordinarily I am using a Model and writing to the SQLite