[web2py] Re: Help with memory leak

2020-05-30 Thread Dave S
3 On Tuesday, May 26, 2020 at 9:56:16 PM UTC-7, tim spear wrote: > > Hi > > Here I am in 2020 using High Sierra 10.13.6 having the same issue. > I've tried various versions of web2py with Python 2.7 and the latest > version with Python 3.7 > and all seem to have the issue - memory use starts arou

[web2py] Re: Help with memory leak

2020-05-26 Thread tim spear
Hi Here I am in 2020 using High Sierra 10.13.6 having the same issue. I've tried various versions of web2py with Python 2.7 and the latest version with Python 3.7 and all seem to have the issue - memory use starts around 37mb and then ticks up a few mb/min. I'm downloading the source and then ty

[web2py] Re: Help with memory leak

2016-07-01 Thread DNeuman
I tried from source and saw the memory growth on OS X El Capitan. I tried from the Mac binary and saw the memory growth on OS X El Capitan. (this is without even starting the server). Just double click web2py in finder. On Monday, June 20, 2016 at 4:27:05 PM UTC-7, Anthony wrote: > > In both

[web2py] Re: Help with memory leak

2016-07-01 Thread DNeuman
Sorry I have not had time to respond quickly - I encountered the same thing as Julian. Running from Source shows the task with memory growth: 'python' this is expected, because this was started from the terminal. Python 2.7.11 Gcc 4.2.1 Running from Binary shows the task with memory growth: 'w

[web2py] Re: Help with memory leak

2016-06-21 Thread Julian Sanchez
Both cases it's done from source Cheers, Julian On Monday, June 20, 2016 at 6:27:05 PM UTC-5, Anthony wrote: > > In both cases, are you running Python from source, or is the GUI case with > the Mac binary? > > Anthony > > On Monday, June 20, 2016 at 7:22:08 PM UTC-4, Julian Sanchez wrote: >> >>

[web2py] Re: Help with memory leak

2016-06-20 Thread Anthony
In both cases, are you running Python from source, or is the GUI case with the Mac binary? Anthony On Monday, June 20, 2016 at 7:22:08 PM UTC-4, Julian Sanchez wrote: > > Well, this is interesting... > > When starting the server via the command line I don't see any memory > increase. However:

[web2py] Re: Help with memory leak

2016-06-20 Thread Julian Sanchez
Well, this is interesting... When starting the server via the command line I don't see any memory increase. However: - When starting via command line the process name that shows in activity monitor is 'python2.7' - When starting the GUI (with the corresponding memory increase) the name of the

[web2py] Re: Help with memory leak

2016-06-20 Thread Anthony
On Saturday, June 18, 2016 at 1:06:57 PM UTC-4, Anthony wrote: > > If I download source and run from python 2.7.11, I get a slow memory leak >> (1.1MB/minute before the server is started, 2.5MB/sec when the server is >> started). >> > > This sounds suspicious. How can web2py be causing a memory l

[web2py] Re: Help with memory leak

2016-06-20 Thread Julian Sanchez
I can relate to that behavior as I also see a memory usage increase from just running web2py, but I don't know if it's the same thing as what was described by the OP. OS X El Capitan Python 2.7.10 (default, Sep 23 2015, 04:34:21) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)] on darw

[web2py] Re: Help with memory leak

2016-06-18 Thread Anthony
> > If I download source and run from python 2.7.11, I get a slow memory leak > (1.1MB/minute before the server is started, 2.5MB/sec when the server is > started). > This sounds suspicious. How can web2py be causing a memory leak if you are not running it? Are you suggesting that if you merel