Bug#898575: In-memory cache grows almost without bound

2020-07-10 Thread debian-edid
The same with mpv 0.32 playing flac stream from online radio Config:         cache=no         demuxer-max-back-bytes=100KiB         demuxer-max-bytes=2MiB Ram usage constantly growing (last seen as much as 700MB and cpu usage is growing with memory). Memory leak ?

Bug#898575: In-memory cache grows almost without bound

2018-07-30 Thread James Cowgill
Hi, On 30/07/18 19:11, Juliusz Chroboczek wrote: >> I think I agree that the manpage needs some clarification to note that >> the --cache option only affects the stream cache. > >> In the meantime I uploaded mpv 0.29 which has adjusted the cache sizes a >> bit (although the behavior of --cache

Bug#898575: In-memory cache grows almost without bound

2018-07-30 Thread Juliusz Chroboczek
> I think I agree that the manpage needs some clarification to note that > the --cache option only affects the stream cache. > In the meantime I uploaded mpv 0.29 which has adjusted the cache sizes a > bit (although the behavior of --cache has not changed). Can you see if > it has improved the

Bug#898575: In-memory cache grows almost without bound

2018-07-30 Thread James Cowgill
Hi, On 27/07/18 00:57, Juliusz Chroboczek wrote: >> That's correct. The --cache option only affects the stream cache (which >> is correctly disabled by that option). The issue here was the size of >> the demuxer cache (which caches already demuxed packets). > > This is completely unintuitive,

Bug#898575: In-memory cache grows almost without bound

2018-07-26 Thread Juliusz Chroboczek
> That's correct. The --cache option only affects the stream cache (which > is correctly disabled by that option). The issue here was the size of > the demuxer cache (which caches already demuxed packets). This is completely unintuitive, and undocumented. From the manual page: --cache=

Bug#898575: In-memory cache grows almost without bound

2018-07-26 Thread James Cowgill
Hi, On 26/07/18 08:12, Juliusz Chroboczek wrote: >> My understanding is that this was an intentional change. > > Please read the bug report again. Using --cache=no does *not* limit the > cache. That's correct. The --cache option only affects the stream cache (which is correctly disabled by

Bug#898575: In-memory cache grows almost without bound

2018-05-14 Thread James Cowgill
Control: retitle -1 mpv: in-memory cache grows very large Control: tags -1 fixed-upstream Hi, On 13/05/18 20:37, Juliusz Chroboczek wrote: > Package: mpv > Version: 0.28.2-1 > > When streaming over HTTP from localhost, the in-memory cache grows > seemingly without bound (RSS just got up to

Bug#898575: In-memory cache grows almost without bound

2018-05-13 Thread Juliusz Chroboczek
Package: mpv Version: 0.28.2-1 When streaming over HTTP from localhost, the in-memory cache grows seemingly without bound (RSS just got up to 700MB). Running with --cache=no does *not* work around the issue. Downgrading to 0.27.2-1 fixes the issue.