##// END OF EJS Templates
docs: added mention of gunicorn config changes in release notes.
marcink -
r4205:51d43982 stable
parent child Browse files
Show More
@@ -218,6 +218,11 b' Upgrade notes'
218 218 Please review vcsserver.ini settings under:
219 219 `rc_cache.repo_object.backend = dogpile.cache.rc.redis_msgpack`
220 220
221 - Gunicorn configuration now moved to .ini files.
222 Upgrading to 4.18.X will overwrite the gunicorn_conf.py file. If there are any custom changes in that file
223 they will be lost. Recommended way to configure gunicorn is now via the .ini files. Please check `rhodecode.template.ini` file
224 for example gunicorn configuration.
225
221 226 - New memory monitoring for Gunicorn workers. Starting from 4.18 release a option was added
222 227 to limit the maximum amount of memory used by a worker.
223 228 Please review new settings in `[server:main]` section for memory management in both
General Comments 0
You need to be logged in to leave comments. Login now