UWSGI value reload-on-rssfor each worker / process? The documentation only states:
reload if rss memory is above given megabytes
For example, if my file .inihas the following: will shared memory be limited to ~ 5 GB?
processes = 10
threads = 100
reload-on-rss = 512
Thank.
source
share