<div dir="ltr">Antonio, you should install this:<div><br></div><div>apt-get install libgoogle-perftools-dev<br></div><div><br></div><div>Regards,</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-23 16:26 GMT-03:00 Juan Pablo Godoy Macari <span dir="ltr">&lt;<a href="mailto:jpgodoy@redvoiss.net" target="_blank">jpgodoy@redvoiss.net</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Try this: ./configure LIBS=&quot;-ltcmalloc&quot;</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-02-23 16:19 GMT-03:00 Antonio Silva <span dir="ltr">&lt;<a href="mailto:asilva@wirelessmundi.com" target="_blank">asilva@wirelessmundi.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    Did you compile fs in debian with tcmalloc? <br>
    <br>
    didn&#39;t work for me... do i miss something?<br>
    <br>
    <br>
    <a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-abbreviated" href="mailto:root@dev:/usr/src/freeswitch.git#" target="_blank">root@dev:/usr/src/freeswitch.g<wbr>it#</a> apt-get install
    libtcmalloc-minimal4<br>
    <a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-abbreviated" href="mailto:root@dev:/usr/src/freeswitch.git#" target="_blank">root@dev:/usr/src/freeswitch.g<wbr>it#</a> export LIBS=-ltcmalloc<br>
    <a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-abbreviated" href="mailto:root@dev:/usr/src/freeswitch.git#" target="_blank">root@dev:/usr/src/freeswitch.g<wbr>it#</a> ./configure<br>
    checking for a BSD-compatible install... /usr/bin/install -c<br>
    checking whether build environment is sane... yes<br>
    checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
    checking for gawk... no<br>
    checking for mawk... mawk<br>
    checking whether make sets $(MAKE)... yes<br>
    checking whether make supports nested variables... yes<br>
    checking whether make supports nested variables... (cached) yes<br>
    checking build system type... x86_64-unknown-linux-gnu<br>
    checking host system type... x86_64-unknown-linux-gnu<br>
    checking for style of include used by make... GNU<br>
    checking for gcc... gcc<br>
    checking whether the C compiler works... no<br>
    configure: error: in `/usr/src/freeswitch.git&#39;:<br>
    configure: error: C compiler cannot create executables<div><div class="m_-1241466475139863682h5"><br>
    <br>
    <br>
    <br>
    <br>
    <div class="m_-1241466475139863682m_-847135978965072301moz-cite-prefix">On 02/23/2017 07:56 PM, Antonio Silva
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      Hi Juan,<br>
      <br>
      Thanks for the tips!!<br>
      <br>
      Unfortunately i cannot test with -nosql option, i need to have the
      sip_registration fill to be able to send options to natted
      endpoints. But i don&#39;t think the issue is in db, i use postgres
      and to get better performance from it i run it on tmpfs.<br>
      <br>
      <br>
      I read about tcmalloc, but from jira FS-7315, i get the idea that
      it didn&#39;t change anything.. but i guess i can try it and post the
      results, from the bt i do see some calls been done to malloc, but
      not sure if they are locking or not.<br>
      <br>
      Regards,<br>
      <br>
      <br>
      <div class="m_-1241466475139863682m_-847135978965072301moz-cite-prefix">On 02/23/2017 06:52 PM, Juan Pablo
        Godoy Macari wrote:<br>
      </div>
      <blockquote type="cite">
        <div dir="ltr">Hello Antonio,
          <div><br>
          </div>
          <div>I had the same issue, to fix it i tried many things
            written in this mail list. Try running FS with -nosql
            option, if that doesn&#39;t work recompile FS with tcmalloc
            (from google&#39;s perfomance tools).</div>
          <div><br>
          </div>
          <div>That did it for me.</div>
          <div><br>
          </div>
          <div>Regards,</div>
          <div>Juan Pablo.</div>
        </div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">2017-02-23 13:26 GMT-03:00 Antonio
            Silva <span dir="ltr">&lt;<a href="mailto:asilva@wirelessmundi.com" target="_blank">asilva@wirelessmundi.com</a>&gt;</span>:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
              <br>
              i&#39;m having an issue with FS that gets lock every morning 
              with cpu sys<br>
              hitting 80%, because is limited in fs with min-idle, it
              could reach the<br>
              100%, so the calls are rejected by load, to solve the
              problem i kill fs<br>
              and start it again.<br>
              <br>
              I discard a load issue, because after restarting
              freeswitch the system<br>
              increases in number of sessions/cps and no problems at all
              until next<br>
              day.... it&#39;s given me crazy... i&#39;ve enough memory, lots of
              cores...<br>
              after restart fs the system stays at less than 30% of cpu
              usage.<br>
              <br>
              <br>
              Right now i have hpet as clocksource, transcoding is
              minimal (use<br>
              inheric_codec, only happens because of different ptimes
              with some<br>
              endpoints) .<br>
              <br>
              <br>
              anyone having similar problem? or any tip i can do to
              debug this issue?<br>
              <br>
              <br>
              For info the Jira ticket can be located at<br>
              <a href="https://freeswitch.org/jira/browse/FS-9957" rel="noreferrer" target="_blank">https://freeswitch.org/jira/br<wbr>owse/FS-9957</a>,<br>
              <br>
              i&#39;ve done a gcore, top, htop when the system is with high
              cpu sys but i<br>
              can&#39;t figure the thread that is causing the issue...
              initial i thought<br>
              it was because of module lua (most of my logic is done
              there), but today<br>
              only 2 threads where running mod_lua when it happen.<br>
              <br>
              <br>
              Appreciate the help.<br>
              <br>
              <br>
              --<br>
              <br>
              Saludos / Regards / Cumprimentos,<br>
              António silva<br>
              <br>
              <br>
              ______________________________<wbr>______________________________<wbr>_____________<br>
              Professional FreeSWITCH Consulting Services:<br>
              <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
              <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
              <br>
              Official FreeSWITCH Sites<br>
              <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
              <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
              <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
              <br>
              FreeSWITCH-users mailing list<br>
              <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
              <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
              UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/free<wbr>switch-users</a><br>
              <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></blockquote>
          </div>
          <br>
        </div>
        <br>
        <fieldset class="m_-1241466475139863682m_-847135978965072301mimeAttachmentHeader"></fieldset>
        <br>
        <pre>______________________________<wbr>______________________________<wbr>_____________
Professional FreeSWITCH Consulting Services: 
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions<wbr>.com</a>

Official FreeSWITCH Sites
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.o<wbr>rg</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a>
UNSUBSCRIBE:<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="m_-1241466475139863682m_-847135978965072301mimeAttachmentHeader"></fieldset>
      <br>
      <pre>______________________________<wbr>______________________________<wbr>_____________
Professional FreeSWITCH Consulting Services: 
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions<wbr>.com</a>

Official FreeSWITCH Sites
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.o<wbr>rg</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a>
UNSUBSCRIBE:<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a>
<a class="m_-1241466475139863682m_-847135978965072301moz-txt-link-freetext" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></pre>
    </blockquote>
    <br>
  </div></div></div>

<br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>