--On Thursday, May 30, 2002 10:14 AM +0300 Oded Arbel <[EMAIL PROTECTED]>
wrote:
> I'm not sure how "native" malloc works, but the checking malloc (which we
> use always) has an upper limit on the number of allocations allowed. if
> you want to use more memory you will have to recompile.
>
Just a thought, but is the amount of system-call casuing some problems.
Not knowing how much there are, but malloc is one of them.
If so, maybe some memory handling needs to be added which does once
allocates a huge block from the system and then in user land claims
pieces where needed. At the end of some cycle all is returned at
once, instead of all those small bits.
Harrie
Internet Management Consulting
mailto:[EMAIL PROTECTED] http ://www.mod-snmp.com/