##// 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:

r472:c4583ce6 default
r757:4b34b23b default
Show More
README.rst
28 lines | 585 B | text/x-rst | RstLexer

Generate the Nix expressions

Details can be found in the repository of RhodeCode Enterprise CE inside of the file docs/contributing/dependencies.rst.

Start the environment as follows:

nix-shell pkgs/shell-generate.nix

Python dependencies

pip2nix generate --licenses
# or faster
nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"