bpa wrote: 
> There is buffering of data withing LMS and so file compression will
> affect how much is buffered.  A lot of buffering is associated with a
> file handle.
> Perl will only garbage collect resources associated with a file handle
> when it is closed and no longer in use.
> 
> As a sanity check, you can check whether number of handles increases
> after playing a pipeline process started/finished with something like 
> lsof -p <LMSpid> | wc -l

I tried the command and played 4 tracks (with transcoding)

The result of lsof is stable at 42 both before playing the tracks and
when I stopped the playing. But after 4 tracks RAM usage went from 180MB
to 760MB



https://audiodigitale.eu
------------------------------------------------------------------------
Simonef's Profile: http://forums.slimdevices.com/member.php?userid=67438
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to