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).
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)] on darwin
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 merely download the web2py source code onto your computer but do absolutely nothing with it, a memory leak mysteriously materializes?
HiHere 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.7and 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 typing >python web2py.py in the terminal.Did anyone come up with a solution?Thanks