Stuart Freedman wrote:
> I don't think that ulimit is the problem, as the memory limit is
> supposedly "unlimited" (both soft & hard)...
> [...]
> data seg size (kbytes, -d) 524288
So your DSIZE is limited to 512 MB (hard limit). How
big does your milter-greylist process get? It is quite
possible that you're hitting the limit.
If that's the case, try increasing the hard limit (it's
a kernel variable that can be changed statically in the
kernel config, or changed via a loader tunable).
The following two lines in your /boot/loader.conf file
will set both hard and soft limits for the data segment
size to 1 GB:
kern.maxdsiz="1073741824"
kern.dfldsiz="1073741824"
Best regards
Oliver
--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606, Gesch\ufffdftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht M\ufffdn-
chen, HRB 125758, Gesch\ufffdftsf\ufffdhrer: Maik Bachmann, Olaf Erb, Ralf Gebhart
FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd
"Documentation is like sex; when it's good, it's very, very good,
and when it's bad, it's better than nothing."
-- Dick BrandonMessage
Re: [milter-greylist] Re: Frequent 4.0b1 crashes on FreeBSD
2007-08-28 by Oliver Fromme
Attachments
- No local attachments were found for this message.