On Wed, Oct 28, 2009 at 08:28:35PM +0100, Rene Bartsch wrote: > smtpd needs 24 MByte per client connection.
You may not be measuring correctly, are you sure you are not counting shared executable pages or otherwise mapped read-only pages. > Is there any way to reduce that? If you have 24MB of non-shared data in each smtpd(8), you are almost certainly using a large number of Berkeley DB tables. In that case, use CDB instead, CDB does not use non-shared pages for table access, it just mmaps the entire table *read-only*. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.