TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How Chrome ate 21GB of storage

189 点作者 ddcarnage超过 8 年前

8 条评论

ameliaquining超过 8 年前
I feel like it&#x27;s slightly dishonest not to mention that (according to the Chrome devs) this problem is caused by poorly-behaved modifications to the Chrome installer made by third-party redistributors, and not by Chrome itself.<p>(Disclosure: I work for Google, but not on Chrome.)
评论 #12521446 未加载
评论 #12521422 未加载
评论 #12521688 未加载
评论 #12521859 未加载
评论 #12522151 未加载
lucb1e超过 8 年前
&gt; I’m happily walking away from this with an extra 21GB in my pocket! And now I ask you: is your Chrome bigger than mine?<p>Given I don&#x27;t have to rely on third party updaters, I doubt it. Let&#x27;s see...<p><pre><code> $ let size=0; dpkg -L chromium | while read path; do if [ -f &quot;$path&quot; ]; then let size=$size+$(du -sb &quot;$path&quot; | awk &#x27;{print $1}&#x27;); echo $size bytes, $(($size&#x2F;1024&#x2F;1024)) megabytes; fi; done; 172060669 bytes, 164 megabytes $ du -sh .{cache,config}&#x2F;chromium 8.4M .cache&#x2F;chromium 25M .config&#x2F;chromium </code></pre> So the cache is 8M, config files 25M and program files 164M (listed by dpkg -L, then some command line magic to add up file sizes). A grand total of just under 200MB.
评论 #12521607 未加载
评论 #12522760 未加载
Zekio超过 8 年前
This just seems like something that should&#x27;ve been fixed years ago
评论 #12521477 未加载
rocky1138超过 8 年前
Does this only occur on Macs?
评论 #12521714 未加载
评论 #12521822 未加载
评论 #12521553 未加载
评论 #12521343 未加载
评论 #12521462 未加载
license2e超过 8 年前
I installed mine through Homebrew (<a href="http:&#x2F;&#x2F;brew.sh&#x2F;" rel="nofollow">http:&#x2F;&#x2F;brew.sh&#x2F;</a>) Cask (<a href="https:&#x2F;&#x2F;caskroom.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;caskroom.github.io&#x2F;</a>) and it is fine (only last two versions).
AstroJetson超过 8 年前
I&#x27;m going to post a theory that with 500Gb drives pretty much the normal size that most people won&#x27;t notice 2.5% tied up in Chrome installs.
评论 #12521818 未加载
评论 #12521231 未加载
评论 #12521376 未加载
评论 #12523048 未加载
mariusmg超过 8 年前
Both Chrome and Opera pull this shit. It&#x27;s unbelievable they aren&#x27;t fixing this.
评论 #12522331 未加载
richard_mcp超过 8 年前
This is embarrassingly bad. I know memory is cheap and mostly plentiful, but to have this as a bug for 5+ years is horrible. It&#x27;s as though Chrome is going the route of web pages and not paying to the size of itself.
评论 #12521268 未加载
评论 #12521316 未加载
评论 #12521459 未加载