<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chrome - イチゾーのブログ</title>
	<atom:link href="https://ichizo.biz/tag/chrome/feed" rel="self" type="application/rss+xml" />
	<link>https://ichizo.biz</link>
	<description>システム開発やWordPressについてなど</description>
	<lastBuildDate>Fri, 17 Feb 2017 06:44:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
<site xmlns="com-wordpress:feed-additions:1">120380898</site>	<item>
		<title>Chromeのキャッシュファイルが大きくなりすぎる時の対処法</title>
		<link>https://ichizo.biz/2017/02/17/chromecache.html</link>
					<comments>https://ichizo.biz/2017/02/17/chromecache.html?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[一蔵]]></dc:creator>
		<pubDate>Fri, 17 Feb 2017 06:44:04 +0000</pubDate>
				<category><![CDATA[Windows10]]></category>
		<category><![CDATA[Chrome]]></category>
		<guid isPermaLink="false">http://ichizo.biz/?p=185</guid>

					<description><![CDATA[<p>ChromeのキャッシュファイルをCドライブ以外に置く Go [&#8230;]</p>
<p>The post <a href="https://ichizo.biz/2017/02/17/chromecache.html">Chromeのキャッシュファイルが大きくなりすぎる時の対処法</a> first appeared on <a href="https://ichizo.biz">イチゾーのブログ</a>.</p>]]></description>
										<content:encoded><![CDATA[<h2>ChromeのキャッシュファイルをCドライブ以外に置く</h2>
<p>Google Chromeのキャッシュファイルが<br />
Cドライブの容量を圧迫していて困ったことはありませんか？</p>
<p>私はASUS VivoBook E200HAを愛用しているので<br />
Cドライブの容量の少なさには困っています。<br />
32GBですからね。</p>
<p>そんな中で結構容量を食って困るのが<br />
Chromeのキャッシュファイルです。</p>
<p>設定から他のドライブに指定できないか探してみましたが、<br />
どうもそのような項目は見当たりません。</p>
<p>ただ、Chromeを立ち上げる際にオプションを付けてやれば<br />
<a href="http://chrome.half-moon.org/43.html#b32d6703" target="_blank">ディスクキャッシュフォルダを指定できる</a>ということを見つけました。</p>
<p>これを試してみましたので、紹介します。</p>
<p>まず、Cドライブ以外にキャッシュファイルを<br />
保存するディレクトリを作成します。</p>
<p>今回は、<a href="http://ichizo.biz/2016/12/15/e200ha.html">仮想化して作成したEドライブ</a>にディレクトリを作ります。</p>
<pre class="lang:python decode:true " >
E:\Chrome Cache
</pre>
<p>というディレクトリを作成します。</p>
<p>Chromeを立ち上げるときにオプションが付くようにするので、<br />
Chromeのショートカットにオプションを付けます。</p>
<p>デスクトップにChromeのショートカットがありますか？</p>
<p>見つかったら右クリックして「プロパティ」を開きます。</p>
<p>「リンク先」には以下のように記載されていると思います。</p>
<pre class="lang:python decode:true " >
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
</pre>
<p>ディスクキャッシュディレクトリを指定するオプションは、<br />
「&#8211;disk-cache-dir」です。</p>
<p>先ほど作成したディレクトリを指定するには、以下のようにします。</p>
<pre class="lang:python decode:true " >
--disk-cache-dir="E:\Chrome Cache"
</pre>
<p>ですので、Chromeのプロパティの「リンク先」には以下のように記載します。</p>
<pre class="lang:python decode:true " >
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disk-cache-dir="E:\Chrome Cache"
</pre>
<p>chrome.exeの後ろにダブルコーテーション（&#8221;）がある場合は、<br />
これの後ろに半角スペースを一つ入れて、<br />
「&#8211;disk-cache-dir=&#8221;E:\Chrome Cache&#8221;」<br />
を入力します。</p>
<p><a href="http://ichizo.biz/wp-content/uploads/2017/02/chrome_property.png"><img fetchpriority="high" decoding="async" data-attachment-id="186" data-permalink="https://ichizo.biz/2017/02/17/chromecache.html/chrome_property" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/02/chrome_property.png" data-orig-size="421,580" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="chrome_property" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/02/chrome_property-218x300.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/02/chrome_property.png" src="http://ichizo.biz/wp-content/uploads/2017/02/chrome_property.png" alt="" width="421" height="580" class="alignnone size-full wp-image-186" srcset="https://ichizo.biz/wp-content/uploads/2017/02/chrome_property.png 421w, https://ichizo.biz/wp-content/uploads/2017/02/chrome_property-218x300.png 218w" sizes="(max-width: 421px) 100vw, 421px" /></a></p>
<p>「適用」ボタンをクリックすると設定が反映されます。</p>
<p>これで設定は終了です。</p>
<p>今後Chromeを起動するときには、このショートカットから起動するようにします。</p>
<p>（でないと設定したオプションが有効にならないので）</p>
<p>Chomeを再起動してみると、「E:\Chrome Cache」の下に<br />
「Default」フォルダが、さらにその下に「Cache」フォルダが作成され、<br />
ここにキャッシュファイルが作成されています。</p>
<p><a href="http://ichizo.biz/wp-content/uploads/2017/02/chrome_cache_dir.png"><img decoding="async" data-attachment-id="188" data-permalink="https://ichizo.biz/2017/02/17/chromecache.html/chrome_cache_dir" data-orig-file="https://ichizo.biz/wp-content/uploads/2017/02/chrome_cache_dir.png" data-orig-size="742,607" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="chrome_cache_dir" data-image-description="" data-image-caption="" data-medium-file="https://ichizo.biz/wp-content/uploads/2017/02/chrome_cache_dir-300x245.png" data-large-file="https://ichizo.biz/wp-content/uploads/2017/02/chrome_cache_dir.png" src="http://ichizo.biz/wp-content/uploads/2017/02/chrome_cache_dir.png" alt="" width="742" height="607" class="alignnone size-full wp-image-188" srcset="https://ichizo.biz/wp-content/uploads/2017/02/chrome_cache_dir.png 742w, https://ichizo.biz/wp-content/uploads/2017/02/chrome_cache_dir-300x245.png 300w" sizes="(max-width: 742px) 100vw, 742px" /></a></p>
<p>これで、Chromeの設定からわざわざ「閲覧履歴の削除」を<br />
行わなくてもCドライブの容量を確保できるようになりました。</p><p>The post <a href="https://ichizo.biz/2017/02/17/chromecache.html">Chromeのキャッシュファイルが大きくなりすぎる時の対処法</a> first appeared on <a href="https://ichizo.biz">イチゾーのブログ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ichizo.biz/2017/02/17/chromecache.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185</post-id>	</item>
	</channel>
</rss>
