¿waht’s the biggest buffer size i can use on kodi advancedsettings in rpi3?.
i’m tired of continuous “buffering” due to wifi interference and the values i’ve chosen seem not to work(or the buffering logic is badly done).
for example, with a 48MB size, after ~1:10 hour of movie playback, it says buffering and the system hangs(i have to powercycle the rpi).
it even started buffering on a USB pendrive attached to the system(i don’t know why but mount.exfat was using 99% cpu all the time) -which is impossible- it made watching a movie impossible all the time the playback stopping
I would recommend a 100-150 MB cache size and a readfactor of 16. Increasing the cache size much higher will probably not help if you are having network problems.
The high CPU use is a little strange, though exfat will probably use FUSE, which will be less efficient than a native Linux filesystem, such as ext4. So, if possible, try a pendrive formatted with ext4.
First, do you have a Pi1 or Pi2/3? As they have different memory.
Secondly the 3 x amount of RAM being used has been questioned by people who analysed the code and is most likely a documentation mistake