On Mar 23, 2004 at 13:56, markus monka mmonka@netzquadrat.de wrote:
Hi,
maybe someone can help me with this Problem.
Actually we have 300 Users in our location table, having nat_flag = 4;
You runned out of "local" memory. By default ser uses 1Mb of memory local for each process. 300 contacts shouldn't fill 1Mb, but maybe they are really large :-) (or you might have another big memory consumer).
Change PKG_MEM_POOL_SIZE in config.h to a larger value and recompile. If you still have problems after that you might have found a memory leak.
Andrei