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
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
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