##// END OF EJS Templates
request-wrapper: add gc.collect to every 25th request to clear up memory....
request-wrapper: add gc.collect to every 25th request to clear up memory. - we've indicated that general GC isn't so efficient. Manually triggering it would save lots of memory.

File last commit:

r748:9b226112 default
r757:4b34b23b default
Show More
requirements_debug.txt
8 lines | 264 B | text/plain | TextLexer
/ requirements_debug.txt
## special libraries we could extend the requirements.txt file with to add some
## custom libraries useful for debug and memory tracing
## uncomment inclusion of this file in requirements.txt run make generate-pkgs and nix-shell
objgraph
memory-profiler
pympler