nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

After transcoding several files VMEM usage sometimes goes off the edge #32

Closed nschlia closed 5 years ago

nschlia commented 5 years ago

After playing files for a while, sometimes the VME usage goes up to the machine limit, In this particular case the machine has 32 GB RAM with 13 GB free.

Never happens if the files are copied via Samba or directly, but only if played through a web server. Probably has to do with slow connections and time outs.

nschlia commented 5 years ago

The problem seems to be gone now, although nothing relevant has been changed. The last update that included Fuse was 2018-09-08 08:44:43. I could not Valgrind any significant leak inside my code. The only possible suspect could be inside Fuse. See me stumped...

nschlia commented 5 years ago

Issue did not come up anymore. Can be closed.