Hi everyone, I'm performing some tests related to workers and memory limits.
I found the doc which says the following:
limit_memory_soft - It is the maximum permitted virtual memory per worker, when it is reached the worker is to be reset after the current request.
But I would like to know what exactly means that the worker is reset/refreshed when reaching the limit. Because I'm not sure how Odoo behaves when this warning appears.
Thanks in advance!