Change Chrome's Default Cache Location
Here's the issue ... I have an ASUS gaming laptop and, for whatever reason, I've had the SSD drive fail on me three times.
I want as much "churn" off this drive as possible (just to be safe), and moved to my 1 TB mechanical drive.
I'm a software developer, and the only things I want on my C: SSD drive are Windows and my development tools.
I've seen posts such as this on how to move the cache location, but these are all command line switches and messing with the registry. I also would prefer not to corrupt Chrome in the process.
Is there any "correct" way to do this? Or should I just leave it alone?
If I re-install chrome to the mechanical drive, will this also have it cache to that drive?
google-chrome windows-10 ssd browser-cache
add a comment |
Here's the issue ... I have an ASUS gaming laptop and, for whatever reason, I've had the SSD drive fail on me three times.
I want as much "churn" off this drive as possible (just to be safe), and moved to my 1 TB mechanical drive.
I'm a software developer, and the only things I want on my C: SSD drive are Windows and my development tools.
I've seen posts such as this on how to move the cache location, but these are all command line switches and messing with the registry. I also would prefer not to corrupt Chrome in the process.
Is there any "correct" way to do this? Or should I just leave it alone?
If I re-install chrome to the mechanical drive, will this also have it cache to that drive?
google-chrome windows-10 ssd browser-cache
1
Changing the chrome shortcut is the "official" way to move the cache. Another option would be to install a portable version of chrome to the HDD.
– DavidPostill♦
Apr 10 '16 at 10:01
add a comment |
Here's the issue ... I have an ASUS gaming laptop and, for whatever reason, I've had the SSD drive fail on me three times.
I want as much "churn" off this drive as possible (just to be safe), and moved to my 1 TB mechanical drive.
I'm a software developer, and the only things I want on my C: SSD drive are Windows and my development tools.
I've seen posts such as this on how to move the cache location, but these are all command line switches and messing with the registry. I also would prefer not to corrupt Chrome in the process.
Is there any "correct" way to do this? Or should I just leave it alone?
If I re-install chrome to the mechanical drive, will this also have it cache to that drive?
google-chrome windows-10 ssd browser-cache
Here's the issue ... I have an ASUS gaming laptop and, for whatever reason, I've had the SSD drive fail on me three times.
I want as much "churn" off this drive as possible (just to be safe), and moved to my 1 TB mechanical drive.
I'm a software developer, and the only things I want on my C: SSD drive are Windows and my development tools.
I've seen posts such as this on how to move the cache location, but these are all command line switches and messing with the registry. I also would prefer not to corrupt Chrome in the process.
Is there any "correct" way to do this? Or should I just leave it alone?
If I re-install chrome to the mechanical drive, will this also have it cache to that drive?
google-chrome windows-10 ssd browser-cache
google-chrome windows-10 ssd browser-cache
asked Apr 10 '16 at 6:31
PatrickPatrick
252414
252414
1
Changing the chrome shortcut is the "official" way to move the cache. Another option would be to install a portable version of chrome to the HDD.
– DavidPostill♦
Apr 10 '16 at 10:01
add a comment |
1
Changing the chrome shortcut is the "official" way to move the cache. Another option would be to install a portable version of chrome to the HDD.
– DavidPostill♦
Apr 10 '16 at 10:01
1
1
Changing the chrome shortcut is the "official" way to move the cache. Another option would be to install a portable version of chrome to the HDD.
– DavidPostill♦
Apr 10 '16 at 10:01
Changing the chrome shortcut is the "official" way to move the cache. Another option would be to install a portable version of chrome to the HDD.
– DavidPostill♦
Apr 10 '16 at 10:01
add a comment |
1 Answer
1
active
oldest
votes
Chrome doesn't have that natively as a setting. You're going to have to use the command line arguments. I'm not sure why you would be concerned about "corrupting" Chrome by adding official Google command line arguments. The registry edit is just changing the file association when you double click on a link on your desktop.
The other thing you can do is move your user profile to the mechanical drive altogether using Windows. Since the cache is held in your local app data, this works for Chrome and any other apps that might be thrashing your SSD. IMHO, this is recommended for a few reasons - You don't have to worry about data filling up your SSD. You don't have to worry about excessive writes for any app. And mechanical drives are still easier to recover data from in case of disaster.
The downside is that Upgrading to Windows 8.1 won't work.
http://www.starkeith.net/coredump/2009/05/18/how-to-move-your-windows-user-profile-to-another-drive/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1063605%2fchange-chromes-default-cache-location%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Chrome doesn't have that natively as a setting. You're going to have to use the command line arguments. I'm not sure why you would be concerned about "corrupting" Chrome by adding official Google command line arguments. The registry edit is just changing the file association when you double click on a link on your desktop.
The other thing you can do is move your user profile to the mechanical drive altogether using Windows. Since the cache is held in your local app data, this works for Chrome and any other apps that might be thrashing your SSD. IMHO, this is recommended for a few reasons - You don't have to worry about data filling up your SSD. You don't have to worry about excessive writes for any app. And mechanical drives are still easier to recover data from in case of disaster.
The downside is that Upgrading to Windows 8.1 won't work.
http://www.starkeith.net/coredump/2009/05/18/how-to-move-your-windows-user-profile-to-another-drive/
add a comment |
Chrome doesn't have that natively as a setting. You're going to have to use the command line arguments. I'm not sure why you would be concerned about "corrupting" Chrome by adding official Google command line arguments. The registry edit is just changing the file association when you double click on a link on your desktop.
The other thing you can do is move your user profile to the mechanical drive altogether using Windows. Since the cache is held in your local app data, this works for Chrome and any other apps that might be thrashing your SSD. IMHO, this is recommended for a few reasons - You don't have to worry about data filling up your SSD. You don't have to worry about excessive writes for any app. And mechanical drives are still easier to recover data from in case of disaster.
The downside is that Upgrading to Windows 8.1 won't work.
http://www.starkeith.net/coredump/2009/05/18/how-to-move-your-windows-user-profile-to-another-drive/
add a comment |
Chrome doesn't have that natively as a setting. You're going to have to use the command line arguments. I'm not sure why you would be concerned about "corrupting" Chrome by adding official Google command line arguments. The registry edit is just changing the file association when you double click on a link on your desktop.
The other thing you can do is move your user profile to the mechanical drive altogether using Windows. Since the cache is held in your local app data, this works for Chrome and any other apps that might be thrashing your SSD. IMHO, this is recommended for a few reasons - You don't have to worry about data filling up your SSD. You don't have to worry about excessive writes for any app. And mechanical drives are still easier to recover data from in case of disaster.
The downside is that Upgrading to Windows 8.1 won't work.
http://www.starkeith.net/coredump/2009/05/18/how-to-move-your-windows-user-profile-to-another-drive/
Chrome doesn't have that natively as a setting. You're going to have to use the command line arguments. I'm not sure why you would be concerned about "corrupting" Chrome by adding official Google command line arguments. The registry edit is just changing the file association when you double click on a link on your desktop.
The other thing you can do is move your user profile to the mechanical drive altogether using Windows. Since the cache is held in your local app data, this works for Chrome and any other apps that might be thrashing your SSD. IMHO, this is recommended for a few reasons - You don't have to worry about data filling up your SSD. You don't have to worry about excessive writes for any app. And mechanical drives are still easier to recover data from in case of disaster.
The downside is that Upgrading to Windows 8.1 won't work.
http://www.starkeith.net/coredump/2009/05/18/how-to-move-your-windows-user-profile-to-another-drive/
answered Dec 9 '16 at 17:38
Jason MaggardJason Maggard
101
101
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1063605%2fchange-chromes-default-cache-location%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Changing the chrome shortcut is the "official" way to move the cache. Another option would be to install a portable version of chrome to the HDD.
– DavidPostill♦
Apr 10 '16 at 10:01