Tuesday, April 12, 2016

Chrome Consuming Massive IO on Win7/8

Im seeing this on ResourceMon/perfmon:
With this I did some searching and found that this has been a Chrome issue on windows fro quite some time, since 2011, and event up till now is still an issue, There are 2 work-around I found:

A. Remove Chrome log files:
1. go %AppData%\Google\Chrome\User Data\Default\Session Storage\
2. Delete all 
3. This is only a temporary fix that alleviates issue for small period of time. 

B. Disable Caching
1. Open CMD
2. Run  %pathtoyourbrowser% --profile-directory=Default --disable-cache --disk-cache-size=0 --disk-cache-dir="Z:\"
3. I will update with results.


For more info see: https://code.google.com/p/chromium/issues/detail?id=176727

and

https://code.google.com/p/chromium/issues/detail?id=401391





No comments:

Post a Comment