In the dovecot source, I see "service->vsz_limit" giving the answer
How to reach the "service" object from within a plugin ?
Hi
This does not really work
Putting
service indexer-worker {
vsz_limit = 1G
}Getrlimit returns "-1"
Is there a proper function giving the actual process size (memory used) and limit (vsz_limit, either process of default_vsz_limit, as applicable) ?
On 2021-11-21 07:09, Aki Tuomi wrote:
You could try getrlimit RLIMIT_AS.
Aki
On 20 November 2021 17.22.17 UTC, Joan Moreau <jom@grosjo.net> wrote:Hello
How to get, programatically (C/C++), the value of teh dovecot.conf file of vsz_limit and default_vsz_limit ?
Thank you