Comment # 15 on bug 1030642 from
I noticed the following:

[~/.config/chromium]: du -hs .
4.4G    .

[~]: du -hs .config/chromium/Default/
4.3G    .config/chromium/Default/

[~]: du -hs ~/.config/chromium/Default/File\ System/*
28K     /home/������������������������/.config/chromium/Default/File System/001
64K     /home/������������������������/.config/chromium/Default/File System/003
28K     /home/������������������������/.config/chromium/Default/File System/004
28K     /home/������������������������/.config/chromium/Default/File System/006
28K     /home/������������������������/.config/chromium/Default/File System/010
28K     /home/������������������������/.config/chromium/Default/File System/012
28K     /home/������������������������/.config/chromium/Default/File System/014
28K     /home/������������������������/.config/chromium/Default/File System/016
28K     /home/������������������������/.config/chromium/Default/File System/017
28K     /home/������������������������/.config/chromium/Default/File System/019
28K     /home/������������������������/.config/chromium/Default/File System/020
28K     /home/������������������������/.config/chromium/Default/File System/021
28K     /home/������������������������/.config/chromium/Default/File System/024
28K     /home/������������������������/.config/chromium/Default/File System/025
36K     /home/������������������������/.config/chromium/Default/File System/026
4.1G    /home/������������������������/.config/chromium/Default/File System/027
28K     /home/������������������������/.config/chromium/Default/File System/028
28K     /home/������������������������/.config/chromium/Default/File System/029
28K     /home/������������������������/.config/chromium/Default/File System/030
32K     /home/������������������������/.config/chromium/Default/File System/Origins

[~]: du -hs ~/.config/chromium/Default/File\ System/027/t/00/000000*
92M     /home/������������������������/.config/chromium/Default/File System/027/t/00/00000002
572M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000003
296M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000004
794M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000005
178M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000006
569M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000007
518M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000008
106M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000009
252M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000010
130M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000011
630M    /home/������������������������/.config/chromium/Default/File System/027/t/00/00000012
0       /home/������������������������/.config/chromium/Default/File System/027/t/00/00000013

These were the biggest directories. In one of them I found some big JPG files
which I downloaded very long ago. And it really makes no sense as the command
line argument is to use a tmpfs dir as explained above.


After pressing Ctr+Shift+Del I also found the following info (since the
"beginning of time") when checking all boxes:

Browsing history: 56,211 items
Download history (no info)
Cookies and other site and plugin data (no info)
Cached images and files: 97.8 MB (which is/should be on tmpfs as per arguments)
Passwords: (3 digit number, no MB info)
Autofill form data - none
Hosted app data - no info
Media licenses - no info

So I cleaned everything except passwords and restarted. Now:

[~/.config/chromium]: du -hs .
191M    .

And I no longer notice that scratching.

In any case the question is: why this happened at all. 4Gb is not a huge amount
of data and considering the HDD is capable of 100mb/s and more, it should
definitely be able to finish with reading or writing it in a few seconds, not
so long as it did. Maybe there is something that needs code testing and
fixing/optimization. If one must clean his profile like that just in order not
to make the browser choke on file save, that is a signal that something is
wrong.


You are receiving this mail because: