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) ?
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