Re: [Savonet-users] starting multiple instances of script with variable inputs

2013-02-24 Thread Rob Canning
On 02/24/2013 12:50 AM, Martin Konec(ný wrote: Don't use kill -9 to stop liquidsoap since it doesn't allow it to gracefully shutdown and free up resources (icecast mounts etc). Use kill -2 instead. Not sure if this will solve your memory leaks of the new processes though... ok i'll look int

Re: [Savonet-users] starting multiple instances of script with variable inputs

2013-02-23 Thread Martin Konečný
Don't use kill -9 to stop liquidsoap since it doesn't allow it to gracefully shutdown and free up resources (icecast mounts etc). Use kill -2 instead. Not sure if this will solve your memory leaks of the new processes though... M On Feb 23, 2013 3:46 PM, "Rob Canning" wrote: > hi, > > i'm using

[Savonet-users] starting multiple instances of script with variable inputs

2013-02-23 Thread Rob Canning
hi, i'm using a bash loop to start a number of stations that take a variable to create mountpoints and decide which playlists to use... one, for some reason always goes crazy after a few mins and starts eating memory (not gstreamer this time just plain old random playlist of oggs) is there a mo