Re: [SR-Users] Memory Issue while accessing $rb (prakash)

2015-07-30 Thread Surendra.P
Hi Prakash, Specify the more private memory with -M option, while running kamailio Like -M 64 :-) Regards @surendra ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

Re: [SR-Users] Memory Issue while accessing $rb

2015-07-29 Thread Daniel-Constantin Mierla
Hello, you have to increase the private memory -- see -M command line parameter -- as well as pv_buffer_size core parameter -- see core cookbook in the wiki. Cheers, Daniel On 29/07/15 13:37, prakash wrote: > > Hello, > > > > I am getting this Error: > > > > *ERROR: [rvalue.c:1706]: rval_st

[SR-Users] Memory Issue while accessing $rb

2015-07-29 Thread prakash
Hello, I am getting this Error: ERROR: [rvalue.c:1706]: rval_str_add2(): rv eval out of memory ERROR: [lvalue.c:389]: lval_assign(): rval expression evaluation failed (881,17-881,29) When I tried access $rb when sending large amount of data(nearly 4MB) as a XML body. How can I sort