How to fix Google Chrome problems with SSD – move cache to ramdisk

If you’ve experienced SSD stuttering while using Google Chrome, you’re not alone. Here is the quick solution: change Chrome’s cache directory to another location (i.e. non-ssd harddrive, ramdisk)!

So, how can I do this? It’s simple, you can tweak Chrome with the following startup parameters:

  • “…chrome.exe” –disk-cache-dir=<CACHE_DIR> –disk-cache-size=<SIZE_IN_BYTES>

Here is an example, pointing to a ramdisk drive (T:) and allocating a max of 500MB to it (which is nice to be able to control when you’re using ramdisk):

  • chrome.exe –disk-cache-dir=T:\ChromeCache –disk-cache-size=524288000

Here is a discussion post about these new parameters for more info:

So far this has worked great for me, much better than reallocating the whole home dir using symlinks, junctions and the –user-data-dir parameter . If you still want to do this, follow these examples:

If you enjoyed this post, make sure you subscribe to my RSS feed!

About Wagner Danda

Comments

2 Responses to “How to fix Google Chrome problems with SSD – move cache to ramdisk”

Trackbacks

Check out what others are saying about this post...
  1. [...] –disk-cache-size=<SIZE_IN_BYTES> I wrote more about this in my blog: http://www.wagnerdanda.me/2010/08/ho…he-to-ramdisk/ Cheers! Wagner [...]

  2. SSDとは says:

    SSDとは…

    SSDとは…



Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!