Changes

no edit summary
Line 65: Line 65:  
'''<nowiki>chrome.exe" --disk-cache-size=1073741824</nowiki>'''
 
'''<nowiki>chrome.exe" --disk-cache-size=1073741824</nowiki>'''
 
}}
 
}}
** Mac Chrome: create a .command file with the following command:{{Template:Talkquote|||text = #!/bin/sh
+
** Mac Chrome: create a .command file with the following command(Replace /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome with your google chrome app location):
 
+
{{Template:Talkquote|||text = #!/bin/sh
 
  −
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disk-cache-size=1073741824}}
  −
** Note: Replace /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome with the location of the google chrome application.
      +
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disk-cache-size=1073741824
 +
}}
 
* To verify the current disk cache size of your Chrome, go to this address:
 
* To verify the current disk cache size of your Chrome, go to this address:
 
**chrome://net-internals/#httpCache
 
**chrome://net-internals/#httpCache
Anonymous user