[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Oversize message
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Oversize message
- From: Stefan <skjoldar (at) gmail.com>
- Date: Tue, 19 Aug 2008 11:23:59 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=MTSSiUgcCMe02x/Nl3vs4BM7kxQYHW5CwFQWDp7ER5o=; b=ovJMCD6eLeGdUZz0drDCsGZU/Zvr7hGBEbTfDjJlBg/KNuK/xxDshpciEH49Ld2ZUA l42rtAGGcBRTQoi3IWIJofYoDc7MYSWZWxx1ttRFSDLZX3HfB9WNGqk1JQoji7TaUZff ncSzt1+8cVVnVR33c/Mjt2slBwb3BHsq1mRhw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=RI9mkTO/hwgGyssK3FAVTy1Ebh4PLrAem77hd8v5dOSWA0Gn40h2HD5JMTfLZnL1lP GNEIvcrEqbUOip3MyLIuBwNeNV5dMatYiMblaw2ZRd1bb6QWYBF93FCffqGCHhbK845m VuW89iDmDLdQrz4/HeascEalCGXf03HgCGfio=
- References: <c72ed9370808180532i18e8bfaeobd2eba02f67077d8 (at) mail.gmail.com> <D65F671C31CBDC46800070556919D24105F32918CE (at) mail2.kailow.dk>
I hope not, but i see what you mean.
I actually have to increase it to more
root (at) hostname:/ # netstat -an |wc -c
1100078
root (at) hostname:/ #
I have now changed the values to
MAXMSG_STATUS="2048"
MAXMSG_CLIENT="2048"
MAXMSG_DATA="2048"
MAXMSG_NOTES="2048"
But still get the same error, and all the host's checks are purple now.
2008/8/18 Christian Gydesen <cg (at) kailow.dk>
> > I have changed hobbitserver.cfg with the following entries:
> > MAXMSG_STATUS="1048576"
> > MAXMSG_CLIENT="1048576"
> > MAXMSG_DATA="1048576"
> > MAXMSG_NOTES="1048576"
> >
> > and I can't find other references in the man file to increase message
> > and data size.
> >
> > Am I missing something?
> The man hobbitserver.cfg says that the values in the above MAXMSG_* is in
> kB.
>
> Where what is mentioned in log is in bytes and not kB.
>
> So maybe they are to big, your values..
>
> Regards
> Christian
>