jnelson993
Posts: 959
Score: 132 Joined: 2/18/2005 From: Minneapolis, MN Status: offline
|
How many records do you expect? I ask because let's say you have 10,000 records, and the characters for each record is 1000 characters, then you add the overhead for the HTML it uses to wrap the records for display in your browser, so that adds some more characters. You've got the buffer set to 8MB...well, 10K records with 1500 bytes worth of data and HTML is like 14-15MB. I think you'd do well to extend that buffer to like 25MB. Ours is overkill at 256MB, but we also have 200K machines and people want a lot of data on a line (and the OU alone can be up to 512 bytes).
_____________________________
Number2 (John Nelson) MyITForum - Blog MyITForum - Forum Posts
|