How to limit disk space for cache files?
-
kxdimon last edited by kxdimon
Hi everyone!
Does anyone know how to limit disk space for cache files in the browser? It's some kind of nightmare, 2.2 gigs of 16k frames clogging up the disk and making it produce weary crunching sounds. Developers, what kind of pornography is this? Why did you remove the option to limit cache size from the settings? -
burnout426 Volunteer last edited by
Opera doesn't have an option for this itself. However, since Opera is based on Chromium, you can try the
--disk-cache-sizecommand-line switch. See https://peter.sh/experiments/chromium-command-line-switches/#disk-cache-size for more info.You'd modify the target field in the properties of Opera's shortcut like this example:
"C:\Users\yourusername\AppData\Local\Programs\Opera\opera.exe" --disk-cache-size=number_of_bytes_you_wantThen, if Opera is started with that shortcut, it might honor the limit.