[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Oversize message
- To: hobbit (at) hswn.dk
- Subject: Oversize message
- From: Stefan <skjoldar (at) gmail.com>
- Date: Mon, 18 Aug 2008 14:32:33 +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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=QOZxSVabIqHVPomXGb3YBdh14AicwLCAOi09Tj3O9ZI=; b=gTI7ENYPgLbD0DhF05bVd8TA1uYRnT3m6IwAWAVw1o9u/n48XnXTRbge/lIe339NtN TLXM4WujbtdzUrSTcpUECWwfbq6sFmAtIzHqXsvm4i9Djo6k9FKoUsdLEZvmMLqetYcY SWiPluCp1BJKh4BjmtvUCs8QuPDU0ebzYRKXE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=su/SrQ+3RT+CCDVkJfoxLO/++Ju5sR6tNczD2cb0RGJ/ndPxr80zxKCecoE0nGsbgd VwV6krLw3e8FhOd8PM/E5lGVY7T6+ZcvHKnTXcagjAMHnGTe7xQ4c7GOcfLsXDcKsGzU tE5VkkGLcLqHdqRRPoRxbl5RM8FXDnxiAkqrc=
Hi guys.
Got another thing I can't seem to sort out.
I'm getting the following in the hobbitclient.log:
2008-08-18 14:18:32 Whoops ! bb failed to send message - timeout
2008-08-18 14:18:32 Bad data in channel, skipping it
2008-08-18 14:18:32 Got over-size message, truncating at 528383 bytes
(max: 524288)
2008-08-18 14:18:32 Dropping (more) garbled data
2008-08-18 14:18:32 Dropping (more) garbled data
2008-08-18 14:18:32 Failed to get a message, terminating
This I think is related to the amount of data in the process list,
being more than 512k(?) which is the default.
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.
I'm running hobbit 4.2.0 server on centos 5, and the same version
client on 8 servers running AIX5.3.
The other servers are fine, and the only difference is the amount of
data in the process list.
Am I missing something?