I would like to limit the cache size in Chromium browser to 50 MB (52428800 bytes). Apparently you need to add the following parameter to the startup command:
Code:
--disk-cache-size=52428800
1) Do you need to edit the command separately in the following two places, or can this somehow be done globally? Chromium is already set to Preferred Web Browser in Settings - Preferred Applications.
Alacarte Menu Editor
Code:
chromium-browser %U --disk-cache-size=52428800
Settings - Keyboard - Application Shortcuts
Code:
# is this ok?
exo-open --launch WebBrowser --disk-cache-size=52428800
# or do you need to replace this
exo-open --launch WebBrowser
# with this
chromium-browser %U --disk-cache-size=52428800
Does %U URL parameter need to be appended to the startup command in both Alacarte and Application Shortcuts?
2) Typing the following address in Chromium's address bar used to show the page with all kinds of statistics (including the new cache size limit), but all what I can get in Chromium v64 is mostly a blank page, so it is impossible to verify that the new size limit is in place:
Code:
chrome://net-internals/#httpCache
# or
chrome://net-internals/#httpCache page
https://i.imgur.com/DDTrlpF.png