[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Oversize data/client msg
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Oversize data/client msg
- From: "Joshua Krause" <forums (at) triadbiz.rr.com>
- Date: Mon, 7 Jan 2008 11:04:01 -0500
- References: <002201c85140$330017a0$990046e0$ (at) rr.com> <1199719126.31515.24.camel (at) monkey> <002a01c85142$5d043f70$170cbe50$ (at) rr.com> <29f517690801070755o6bc3c744jdddc2ac17e82292a (at) mail.gmail.com>
- Thread-index: AchRRjBNkVVvTPP8Qw6YYVRSx+FKvAAAIp0A
I understand what you are saying but after making the change in the
hobbitserver.cfg file I am still getting this message on hobbit:
Latest errormessages:
Oversize data/client msg from 172.31.128.50 truncated (n=579454, limit
524288)
First line: gsonc-spg-omea-1|sunos|sunos
Thanks,
Josh
From: Gary Baluha [mailto:gumby3203 (at) gmail.com]
Sent: Monday, January 07, 2008 10:56 AM
To: hobbit (at) hswn.dk
Subject: Re: [hobbit] Oversize data/client msg
On Jan 7, 2008 10:31 AM, Joshua Krause <forums (at) triadbiz.rr.com> wrote:
In the server man pages it said that the MSGMAX_DATA defaulted to 256kb so I
raised it to 512kb. So your saying that I need to raise it to 768kb? The
only reason I say this is because in the error message it says:
I mentioned to raise it to 768kb only because the other MAX* variables were
set to that. In reality, you only need to raise it to whatever the largest
"data/client msg" size is. In this case, that would be 579186.
Latest errormessages:
Oversize data/client msg from 172.31.128.50 truncated (n=579186, limit
524288)
First line: gsonc-spg-omea-1|sunos|sunos
Which says the limit is "524588" and if the MSGMAX_DATA is set to 256 by
default then I would think that this value is dealing with the MSGMAX_CLIENT
which is defaulted to 512 and I raised it to 768.
MSGMAX_CLIENT is larger than _DATA because the former generally contains
more data. Other than that, there is no need for the three MAX* settings to
have any specific relationship between each other's values.