For Chromium - Add the following to the starting command (Note that the size must be in bytes so for 50MB for example it should be 50000000 which is close enough):
Code: Select all
--disk-cache-size=DesiredMaxSize --media-cache-size=DesiredMaxSize
For Firefox - Follow the following procedure precisely:
1. type about:config in search bar > search for browser.cache.disk.smart_size.enabled and change value to false > close browser
2. restart browser > about:config > search for browser.cache.disk.capacity > specify your desired limit (it's in KB so 50000 will be close enough for 50MB for example) > close browser and restart.