Re: [Freeswitch-users] Diagnosing FreeSWITCH eating more and more memory

2009-06-19 Thread Anthony Minessale
try removing certian elements of you setup to narrrow it down one at a time. remove the lua + sql, the ivr scripts etc and see if you can pinpoint your problem it's amost for sure going to be in lua and probably some plugin for it. On Fri, Jun 19, 2009 at 3:53 PM, Matthew Fong wrote: > some l

Re: [Freeswitch-users] Diagnosing FreeSWITCH eating more and more memory

2009-06-19 Thread Michael Collins
Can you pastebin your script and your dialplan? There might be some clue there.. On Fri, Jun 19, 2009 at 3:53 PM, Matthew Fong wrote: > some lua event listeners are connecting to mysql with lua..but the > connection is created once, and kept open > the lua ivr's do *not *connect to any database.

Re: [Freeswitch-users] Diagnosing FreeSWITCH eating more and more memory

2009-06-19 Thread Matthew Fong
some lua event listeners are connecting to mysql with lua..but the connection is created once, and kept open the lua ivr's do *not *connect to any database. top -H seems to show an even distribution of of cpu and memory usage amongst freeswitch threads. Nothing seems out of the ordinary with a spe

Re: [Freeswitch-users] Diagnosing FreeSWITCH eating more and more memory

2009-06-19 Thread Michael Collins
On another email thread Tony mentioned using "top -H" and then doing a gcore to locate the process(es) that are sucking up all the resources. Have you been down that path already? -MC On Fri, Jun 19, 2009 at 3:28 PM, Brian West wrote: > Depends on what you're doing ... or not doing... > > /b > >

Re: [Freeswitch-users] Diagnosing FreeSWITCH eating more and more memory

2009-06-19 Thread Anthony Minessale
are you connecting to a db with the lua? On Fri, Jun 19, 2009 at 3:20 PM, Matthew Fong wrote: > With yesterday's trunk and also a release from 2 weeks ago, I noticed that > my freeswitch process as it ran was eating up more and more memory. At the > end of the day it was using 75% of the sever'

Re: [Freeswitch-users] Diagnosing FreeSWITCH eating more and more memory

2009-06-19 Thread Brian West
Depends on what you're doing ... or not doing... /b On Jun 19, 2009, at 3:20 PM, Matthew Fong wrote: > With yesterday's trunk and also a release from 2 weeks ago, I > noticed that my freeswitch process as it ran was eating up more and > more memory. At the end of the day it was using 75% of

[Freeswitch-users] Diagnosing FreeSWITCH eating more and more memory

2009-06-19 Thread Matthew Fong
With yesterday's trunk and also a release from 2 weeks ago, I noticed that my freeswitch process as it ran was eating up more and more memory. At the end of the day it was using 75% of the sever's memory (About 12 gigs). It starts out taking a small amount of memory, and then throughout the day it