From 1bb7ce30eae6b228d90c23b8fc59006526b014a3 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 24 Apr 2013 00:21:36 -0400 Subject: [PATCH] bump RAM from 150 to 200MB DKIM message signing needs more RAM --- run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run b/run index 1bbd0a6..908d775 100755 --- a/run +++ b/run @@ -2,8 +2,8 @@ # # You might want/need to to edit these settings QPUSER=smtpd -# limit qpsmtpd to 150MB memory, should be several times what is needed. -MAXRAM=150000000 +# limit qpsmtpd to 200MB memory, should be several times what is needed. +MAXRAM=200000000 BIN=/usr/local/bin PERL=/usr/bin/perl