07-22-2020, 03:07 PM
(This post was last modified: 07-22-2020, 03:17 PM by philrandal.)
(07-22-2020, 02:43 PM)Tim Curtis Wrote: I'm not sure how the input cache is supposed to work but maybe someone with C++ expertise can go through the MPD sources and try and figure it out https://github.com/MusicPlayerDaemon/MPD...nput/cache
Just looked at the code. The size parameter is a maximum, and it allocates as needed up to that value. The config parser recognises MB ok, and it defaults to 256 MB if the size isn't specified in the config file..
Try 1024MB instead of 1GB. Not sure if it needs it as "1 GB" or "1GB". It is case-sensitive.
Phil