LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to limit Chromium browser's cache size
#2

To do it globally in the system, do not touch any of the launchers you mentioned above. Instead edit /etc/chromium-browser/default


Pass the arguments you want so that every instance executed in the system carries those arguments. e.g.:


Code:
sudo nano /etc/chromium-browser/default


Code:
# file /etc/chromium-browser/default
...
CHROMIUM_FLAGS="--disk-cache-size=52428800"
...
# OR
# assumes we want additional flags such as disk-cache-dir
# note the example below puts chromium's cache folder on your Desktop... not ideal!
... 
CHROMIUM_FLAGS="--disk-cache-size=52428800 --disk-cache-dir=$HOME/Desktop/chromium-cache"
...









https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply


Messages In This Thread
Re: How to limit Chromium browser's cache size - by ralphy - 03-05-2018, 03:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)