From 1f36a2437a57350002358006cea9190dca22bc23 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sat, 7 Apr 2012 22:10:35 -0400 Subject: [PATCH] bump RAM from 50 to 75MB necessary on my FreeBSD 8 amd64 system. I'm guessing higher requirements will be the norm on 64 bit systems. --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index f7f8b5d..a6d0c6b 100755 --- a/run +++ b/run @@ -2,7 +2,7 @@ QMAILDUID=`id -u smtpd` NOFILESGID=`id -g smtpd` LANG=C -exec /usr/local/bin/softlimit -m 50000000 \ +exec /usr/local/bin/softlimit -m 75000000 \ /usr/local/bin/tcpserver -c 10 -v -R -p \ -u $QMAILDUID -g $NOFILESGID `head -1 config/IP` smtp \ ./qpsmtpd 2>&1