[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Max output
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Max output
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Wed, 1 Oct 2008 20:34:26 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <C3D8BF33B5D08642AB3BFEEC249E8BBDF415BA (at) EXVSRVA1.it2000.hants.gov.uk>
- User-agent: nn/6.7.3
In <C3D8BF33B5D08642AB3BFEEC249E8BBDF415BA (at) EXVSRVA1.it2000.hants.gov.uk> "Roberts, James" <James.Roberts (at) hants.gov.uk> writes:
>We have written a server side test which produces a lot of output...So
>much so that it does not appear show in the webpage...Is there anyway we
>can increase the number of lines that can be displayed in the webpage
How much is "a lot" ?
Hobbit has a limit on the size of status messages, which defaults to
256 KB; if your test produces more than than, it gets truncated.
I suspect that's what is happening, because there aren't any limits
as to what the webpage will show.
Try adding
MAXMSG_STATUS=512
to your hobbitserver.cfg, and restart Hobbit - that will increase the
max. size of a status message to 512 KB. You can go higher than that,
if you like.
Regards,
Henrik