[Serdev] ser and arm, out of memory

Andrei Pelinescu-Onciul andrei at iptel.org
Thu Jun 30 13:00:32 UTC 2005


On Jun 30, 2005 at 14:51, Zappasodi Daniele <dzappasodi at seltatel.it> wrote:
> Hi everybody,
> I have compiled SER for arm and I'm testing it on an Intel IXP425.
> Initially SER seems to work correctly, but both UDP receivers processes and timer process don't release the memory and as result new_t function fails: 
> ...
> ERROR: new_t: out of mem:
> ERROR: t_newtran: new_t failed

You probably run out of shared memory (e.g. you have lots of long lived
transactions). Try to increase the shared memory size (start ser with
ser -m 128 for example).

> ...
> 
> I view that the amount of memory allocated by all processes enlarges during the tests and never comes down, even after I stopped all the traffic.

How do you see this? If you mean the RSS then it's normal, ser starts by
default with 32Mb of shared memory, which initially is mostly unused.


Andrei




More information about the Serdev mailing list