2018-03-08

Change Google Chrome cache size and location


  • add the following paramaters in the chrome shortcut (right click->properties->target):
    • --disk-cache-dir="path"
      • path = location of the new cache folder (eg. c:\Temp)
    • --disk-cache-size=###
      • ### = size of the cache (in bytes)

No comments:

Post a Comment