'Is uWSGI's reload-on-rss per worker/process?

Is uWSGI's reload-on-rss value per worker/process? The documentation only states:

reload if rss memory is higher than specified megabytes

For example, if I have the following in my .ini file, will the total memory used by limited to ~5GB?

processes = 10
threads = 100
reload-on-rss = 512

Thank you.



Solution 1:[1]

According to this, it seems that the amount is per process.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 guettli