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

What's the quickest way to find duplicated files?

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage