On Nov 20, 2003 at 12:01, Darren Nay dnay@libertyisp.com wrote:
Hey all,
[...]
Nov 20 13:11:02 ultra60 ./ser[3942]: ERROR: build_req_buf_from_sip_req: out of memory
[...]
Has anyone seen this in the past? Or know of any reason that this might happen? Maybe even a possible solution? :)
This happens when ser runs out of shared memory :-) Are you making lots of calls simultaneoulsy? Do you have a lot of users?
By default ser will use only 32Mb of shared memory which should be enough for most test/small scenarios. To make it use more start it with -m size_in_M (e.g ser -m 256 -f ser.cfg ...).
Andrei