Thursday, December 16, 2021

Max disk cache size in google chrome

 Google chrome stores cache size as a signed integer, so the maximum size is 2147483647 bytes or just under 2gb.


reset;

/usr/bin/google-chrome %U --disk-cache-dir='/tmp/google-chrome/' --disk-cache-size=2147483647

No comments:

Post a Comment

systemd-timesyncd

sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd