How do I increase cache size in Chrome?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
10
down vote

favorite
5












is there any way to increase the cache size of google chrome in ubuntu 11.10 so that frequently visited pages load faster, im using a very-slow internet connection so i badly need this










share|improve this question























  • I'm going to stick my neck out here but I suspect that increasing the cache size over the default may not significantly improve things. What's more, pages often have fresh content and rotate ads thereby diminishing the utility of cache. You may have more luck in getting pages to "load" faster by blocking unnecessary items from downloading but that's another issue not relevant to askubuntu.
    – user25656
    Feb 15 '12 at 15:22














up vote
10
down vote

favorite
5












is there any way to increase the cache size of google chrome in ubuntu 11.10 so that frequently visited pages load faster, im using a very-slow internet connection so i badly need this










share|improve this question























  • I'm going to stick my neck out here but I suspect that increasing the cache size over the default may not significantly improve things. What's more, pages often have fresh content and rotate ads thereby diminishing the utility of cache. You may have more luck in getting pages to "load" faster by blocking unnecessary items from downloading but that's another issue not relevant to askubuntu.
    – user25656
    Feb 15 '12 at 15:22












up vote
10
down vote

favorite
5









up vote
10
down vote

favorite
5






5





is there any way to increase the cache size of google chrome in ubuntu 11.10 so that frequently visited pages load faster, im using a very-slow internet connection so i badly need this










share|improve this question















is there any way to increase the cache size of google chrome in ubuntu 11.10 so that frequently visited pages load faster, im using a very-slow internet connection so i badly need this







google-chrome cache






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 27 '12 at 4:19









imz -- Ivan Zakharyaschev

3233525




3233525










asked Feb 15 '12 at 13:55









kernel_panic

3,914163777




3,914163777











  • I'm going to stick my neck out here but I suspect that increasing the cache size over the default may not significantly improve things. What's more, pages often have fresh content and rotate ads thereby diminishing the utility of cache. You may have more luck in getting pages to "load" faster by blocking unnecessary items from downloading but that's another issue not relevant to askubuntu.
    – user25656
    Feb 15 '12 at 15:22
















  • I'm going to stick my neck out here but I suspect that increasing the cache size over the default may not significantly improve things. What's more, pages often have fresh content and rotate ads thereby diminishing the utility of cache. You may have more luck in getting pages to "load" faster by blocking unnecessary items from downloading but that's another issue not relevant to askubuntu.
    – user25656
    Feb 15 '12 at 15:22















I'm going to stick my neck out here but I suspect that increasing the cache size over the default may not significantly improve things. What's more, pages often have fresh content and rotate ads thereby diminishing the utility of cache. You may have more luck in getting pages to "load" faster by blocking unnecessary items from downloading but that's another issue not relevant to askubuntu.
– user25656
Feb 15 '12 at 15:22




I'm going to stick my neck out here but I suspect that increasing the cache size over the default may not significantly improve things. What's more, pages often have fresh content and rotate ads thereby diminishing the utility of cache. You may have more luck in getting pages to "load" faster by blocking unnecessary items from downloading but that's another issue not relevant to askubuntu.
– user25656
Feb 15 '12 at 15:22










3 Answers
3






active

oldest

votes

















up vote
11
down vote



accepted










Absolutely. An easy fix to this is to add the following argument to the command.



chromium-browser --disk-cache-size=n


say n is 500000000 this would be 500 MB



You can check to make sure it increased it by typing the following in your browser and then looking at the Max Size value.



chrome://net-internals/#httpCache





share|improve this answer






















  • Cf. <superuser.com/a/418591/65570&gt; and the links there, which also mentions --media-cache-size.
    – imz -- Ivan Zakharyaschev
    Oct 27 '12 at 4:27

















up vote
2
down vote













Start chrome with the following option:



--disk-cache-size=n


Where n is the cache size limit in bytes.






share|improve this answer


















  • 1




    Does this PERMANENTLY increase the Cache size or do i need to do this everytime i use chrome?
    – kernel_panic
    Feb 16 '12 at 14:34






  • 1




    it's one time. if you want it permanentely edit you chrome launcher.
    – Rinzwind
    Feb 16 '12 at 14:46

















up vote
2
down vote













Chrome now has two startup switches that you can use --disk-cache-dir and --disk-cache-size.



Simply close Chrome, right-click your Chrome shortcut, click Properties, and then in the field labeled "Target:", make it look something like this:



"...chrome.exe" --disk-cache-dir="CACHE_DIR" --disk-cache-size=N


Where CACHE_DIR is the new cache location, and N is the cache size limit, in bytes.



Use whichever switch you need, or both. Keep in mind, however, that these features may not be completely stable yet. But you probably shouldn't have any problem with using them.



And to anyone who's interested, I caught gander of the existence of these switches directly from a source code file for Chrome.






share|improve this answer


















  • 1




    You should alter this for a sollution for Ubuntu not windows.
    – Rinzwind
    Feb 15 '12 at 15:12










  • And a slightly more aesthetic presentation of switches can be found here: List of Chromium Command Line Switches
    – user25656
    Feb 15 '12 at 16:06










  • where is chrome shortcut? where is prpperties?
    – kernel_panic
    Feb 16 '12 at 14:33










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f104415%2fhow-do-i-increase-cache-size-in-chrome%23new-answer', 'question_page');

);

Post as a guest






























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
11
down vote



accepted










Absolutely. An easy fix to this is to add the following argument to the command.



chromium-browser --disk-cache-size=n


say n is 500000000 this would be 500 MB



You can check to make sure it increased it by typing the following in your browser and then looking at the Max Size value.



chrome://net-internals/#httpCache





share|improve this answer






















  • Cf. <superuser.com/a/418591/65570&gt; and the links there, which also mentions --media-cache-size.
    – imz -- Ivan Zakharyaschev
    Oct 27 '12 at 4:27














up vote
11
down vote



accepted










Absolutely. An easy fix to this is to add the following argument to the command.



chromium-browser --disk-cache-size=n


say n is 500000000 this would be 500 MB



You can check to make sure it increased it by typing the following in your browser and then looking at the Max Size value.



chrome://net-internals/#httpCache





share|improve this answer






















  • Cf. <superuser.com/a/418591/65570&gt; and the links there, which also mentions --media-cache-size.
    – imz -- Ivan Zakharyaschev
    Oct 27 '12 at 4:27












up vote
11
down vote



accepted







up vote
11
down vote



accepted






Absolutely. An easy fix to this is to add the following argument to the command.



chromium-browser --disk-cache-size=n


say n is 500000000 this would be 500 MB



You can check to make sure it increased it by typing the following in your browser and then looking at the Max Size value.



chrome://net-internals/#httpCache





share|improve this answer














Absolutely. An easy fix to this is to add the following argument to the command.



chromium-browser --disk-cache-size=n


say n is 500000000 this would be 500 MB



You can check to make sure it increased it by typing the following in your browser and then looking at the Max Size value.



chrome://net-internals/#httpCache






share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 10 at 17:11









David Foerster

26.4k1362106




26.4k1362106










answered Feb 15 '12 at 14:36









Scott Stookey

1,184614




1,184614











  • Cf. <superuser.com/a/418591/65570&gt; and the links there, which also mentions --media-cache-size.
    – imz -- Ivan Zakharyaschev
    Oct 27 '12 at 4:27
















  • Cf. <superuser.com/a/418591/65570&gt; and the links there, which also mentions --media-cache-size.
    – imz -- Ivan Zakharyaschev
    Oct 27 '12 at 4:27















Cf. <superuser.com/a/418591/65570&gt; and the links there, which also mentions --media-cache-size.
– imz -- Ivan Zakharyaschev
Oct 27 '12 at 4:27




Cf. <superuser.com/a/418591/65570&gt; and the links there, which also mentions --media-cache-size.
– imz -- Ivan Zakharyaschev
Oct 27 '12 at 4:27












up vote
2
down vote













Start chrome with the following option:



--disk-cache-size=n


Where n is the cache size limit in bytes.






share|improve this answer


















  • 1




    Does this PERMANENTLY increase the Cache size or do i need to do this everytime i use chrome?
    – kernel_panic
    Feb 16 '12 at 14:34






  • 1




    it's one time. if you want it permanentely edit you chrome launcher.
    – Rinzwind
    Feb 16 '12 at 14:46














up vote
2
down vote













Start chrome with the following option:



--disk-cache-size=n


Where n is the cache size limit in bytes.






share|improve this answer


















  • 1




    Does this PERMANENTLY increase the Cache size or do i need to do this everytime i use chrome?
    – kernel_panic
    Feb 16 '12 at 14:34






  • 1




    it's one time. if you want it permanentely edit you chrome launcher.
    – Rinzwind
    Feb 16 '12 at 14:46












up vote
2
down vote










up vote
2
down vote









Start chrome with the following option:



--disk-cache-size=n


Where n is the cache size limit in bytes.






share|improve this answer














Start chrome with the following option:



--disk-cache-size=n


Where n is the cache size limit in bytes.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 10 at 17:11









David Foerster

26.4k1362106




26.4k1362106










answered Feb 15 '12 at 14:30









Rinzwind

197k25378510




197k25378510







  • 1




    Does this PERMANENTLY increase the Cache size or do i need to do this everytime i use chrome?
    – kernel_panic
    Feb 16 '12 at 14:34






  • 1




    it's one time. if you want it permanentely edit you chrome launcher.
    – Rinzwind
    Feb 16 '12 at 14:46












  • 1




    Does this PERMANENTLY increase the Cache size or do i need to do this everytime i use chrome?
    – kernel_panic
    Feb 16 '12 at 14:34






  • 1




    it's one time. if you want it permanentely edit you chrome launcher.
    – Rinzwind
    Feb 16 '12 at 14:46







1




1




Does this PERMANENTLY increase the Cache size or do i need to do this everytime i use chrome?
– kernel_panic
Feb 16 '12 at 14:34




Does this PERMANENTLY increase the Cache size or do i need to do this everytime i use chrome?
– kernel_panic
Feb 16 '12 at 14:34




1




1




it's one time. if you want it permanentely edit you chrome launcher.
– Rinzwind
Feb 16 '12 at 14:46




it's one time. if you want it permanentely edit you chrome launcher.
– Rinzwind
Feb 16 '12 at 14:46










up vote
2
down vote













Chrome now has two startup switches that you can use --disk-cache-dir and --disk-cache-size.



Simply close Chrome, right-click your Chrome shortcut, click Properties, and then in the field labeled "Target:", make it look something like this:



"...chrome.exe" --disk-cache-dir="CACHE_DIR" --disk-cache-size=N


Where CACHE_DIR is the new cache location, and N is the cache size limit, in bytes.



Use whichever switch you need, or both. Keep in mind, however, that these features may not be completely stable yet. But you probably shouldn't have any problem with using them.



And to anyone who's interested, I caught gander of the existence of these switches directly from a source code file for Chrome.






share|improve this answer


















  • 1




    You should alter this for a sollution for Ubuntu not windows.
    – Rinzwind
    Feb 15 '12 at 15:12










  • And a slightly more aesthetic presentation of switches can be found here: List of Chromium Command Line Switches
    – user25656
    Feb 15 '12 at 16:06










  • where is chrome shortcut? where is prpperties?
    – kernel_panic
    Feb 16 '12 at 14:33














up vote
2
down vote













Chrome now has two startup switches that you can use --disk-cache-dir and --disk-cache-size.



Simply close Chrome, right-click your Chrome shortcut, click Properties, and then in the field labeled "Target:", make it look something like this:



"...chrome.exe" --disk-cache-dir="CACHE_DIR" --disk-cache-size=N


Where CACHE_DIR is the new cache location, and N is the cache size limit, in bytes.



Use whichever switch you need, or both. Keep in mind, however, that these features may not be completely stable yet. But you probably shouldn't have any problem with using them.



And to anyone who's interested, I caught gander of the existence of these switches directly from a source code file for Chrome.






share|improve this answer


















  • 1




    You should alter this for a sollution for Ubuntu not windows.
    – Rinzwind
    Feb 15 '12 at 15:12










  • And a slightly more aesthetic presentation of switches can be found here: List of Chromium Command Line Switches
    – user25656
    Feb 15 '12 at 16:06










  • where is chrome shortcut? where is prpperties?
    – kernel_panic
    Feb 16 '12 at 14:33












up vote
2
down vote










up vote
2
down vote









Chrome now has two startup switches that you can use --disk-cache-dir and --disk-cache-size.



Simply close Chrome, right-click your Chrome shortcut, click Properties, and then in the field labeled "Target:", make it look something like this:



"...chrome.exe" --disk-cache-dir="CACHE_DIR" --disk-cache-size=N


Where CACHE_DIR is the new cache location, and N is the cache size limit, in bytes.



Use whichever switch you need, or both. Keep in mind, however, that these features may not be completely stable yet. But you probably shouldn't have any problem with using them.



And to anyone who's interested, I caught gander of the existence of these switches directly from a source code file for Chrome.






share|improve this answer














Chrome now has two startup switches that you can use --disk-cache-dir and --disk-cache-size.



Simply close Chrome, right-click your Chrome shortcut, click Properties, and then in the field labeled "Target:", make it look something like this:



"...chrome.exe" --disk-cache-dir="CACHE_DIR" --disk-cache-size=N


Where CACHE_DIR is the new cache location, and N is the cache size limit, in bytes.



Use whichever switch you need, or both. Keep in mind, however, that these features may not be completely stable yet. But you probably shouldn't have any problem with using them.



And to anyone who's interested, I caught gander of the existence of these switches directly from a source code file for Chrome.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 10 at 17:14









David Foerster

26.4k1362106




26.4k1362106










answered Feb 15 '12 at 14:57









Chathura Widanage

5602816




5602816







  • 1




    You should alter this for a sollution for Ubuntu not windows.
    – Rinzwind
    Feb 15 '12 at 15:12










  • And a slightly more aesthetic presentation of switches can be found here: List of Chromium Command Line Switches
    – user25656
    Feb 15 '12 at 16:06










  • where is chrome shortcut? where is prpperties?
    – kernel_panic
    Feb 16 '12 at 14:33












  • 1




    You should alter this for a sollution for Ubuntu not windows.
    – Rinzwind
    Feb 15 '12 at 15:12










  • And a slightly more aesthetic presentation of switches can be found here: List of Chromium Command Line Switches
    – user25656
    Feb 15 '12 at 16:06










  • where is chrome shortcut? where is prpperties?
    – kernel_panic
    Feb 16 '12 at 14:33







1




1




You should alter this for a sollution for Ubuntu not windows.
– Rinzwind
Feb 15 '12 at 15:12




You should alter this for a sollution for Ubuntu not windows.
– Rinzwind
Feb 15 '12 at 15:12












And a slightly more aesthetic presentation of switches can be found here: List of Chromium Command Line Switches
– user25656
Feb 15 '12 at 16:06




And a slightly more aesthetic presentation of switches can be found here: List of Chromium Command Line Switches
– user25656
Feb 15 '12 at 16:06












where is chrome shortcut? where is prpperties?
– kernel_panic
Feb 16 '12 at 14:33




where is chrome shortcut? where is prpperties?
– kernel_panic
Feb 16 '12 at 14:33

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f104415%2fhow-do-i-increase-cache-size-in-chrome%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491