Re: [MaraDNS list] MaraDNS and nproc limit problem
Piotr Rotter <[email protected]> Sat, 23 Feb 2013 11:29:55 +0100
| Newsgroups | gmane.network.dns.maradns.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your answer.
I solve this problem temporary dirty way. For some reason this do not
work properly for me.
MaraDNS.c line 4058: maxprocs = read_numeric_kvar("maxprocs",64);
maxprocs is always 64, no matter what is set in /etc/security
/limits.conf. I do not have time and knowledge to check whats going on,
so i set maxprocs fix to 1024 in code and recompile mara. I hope that it
isn't big mistake.