Look in config.h for:<div>#define PKG_MEM_POOL_SIZE 1024*1024 </div><div><br></div><div>and try changing that to:</div><div>#define PKG_MEM_POOL_SIZE 1024*1024*2</div><div><br><br><div class="gmail_quote">On Wed, Sep 16, 2009 at 5:34 PM, Ron McCarthy <span dir="ltr">&lt;<a href="mailto:ronmccar@gmail.com">ronmccar@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi List,<br><br>I just upgraded to the latest SVN relase and after a few thousand calls I start getting:<br><br>Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:core:get_hdr_field: out of pkg memory<br>

Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:tm:t_check: reply cannot be parsed<br>
Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:core:parse_from_header: out of pkg_memory<br>Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:dialog:pre_match_parse: failed to get From header<br>Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:core:parse_from_header: out of pkg_memory<br>


Sep 16 15:25:37 sips  /usr/local/sbin/opensips[2271]: ERROR:tm:parse_dlg: From broken<br>Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:tm:matching_3261: dlg parsing failed<br>Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:core:build_req_buf_from_sip_req: out of pkg memory<br>


Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:core:forward_request: building req buf failed<br>Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:core:get_hdr_field: out of pkg memory<br>Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:tm:t_check: reply cannot be parsed<br>


Sep 16 15:25:37 sips /usr/local/sbin/opensips[2271]: ERROR:core:get_hdr_field: out of pkg memory<br>Sep 16 15:25:37 sips  /usr/local/sbin/opensips[2271]: ERROR:tm:t_check: reply cannot be parsed<br><br>Ive got it  using -m 2048 at startup, from what I can tell never more then 1 gig of RAM get&#39;s used. This is at around 70CPS on a single dual core Xeon, CPU is at 90%+ idle. Anything else I can tweek, or this a bug/memory leak perhaps?<br>


<br>We are using quit a few memcache_fetch calls for LCR and other purposes, about 12 or so per call.<br><br>It&#39;s also dumping a core, will that help me?<br><br>Thanks!<br><br>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>