I don't know what is going on? 15G is going somehwere
[faeychild@unimatrix .cache]$ cd /home/faeychild/.cache/kdenlive [faeychild@unimatrix kdenlive]$ du -d 1 -h
15G ./proxy
916K ./qmlcache
32K ./1675126989097
15G .
[faeychild@unimatrix kdenlive]$
[faeychild@unimatrix kdenlive]$ ls -la
total 20
drwxrwxr-x 5 faeychild faeychild 4096 Feb 1 12:04 .
drwxrwxr-x 26 faeychild faeychild 4096 Feb 8 14:11 ..
drwxrwxr-x 5 faeychild faeychild 4096 Feb 1 12:04 1675126989097
drwxrwxr-x 2 faeychild faeychild 4096 Feb 1 12:04 proxy
drwxrwxr-x 2 faeychild faeychild 4096 Jan 14 15:22 qmlcache
sudo du -h tmp/Maple4.0K tmp/Maple/local/maple2018/Python.X86_64_LINUX/Lib/python3.6/site-packages/bleach
[faeychild@unimatrix kdenlive]$
I don't know what is going on? 15G is going somehwere
[faeychild@unimatrix .cache]$ cd /home/faeychild/.cache/kdenlive [faeychild@unimatrix kdenlive]$ du -d 1 -h
15G ./proxy
916K ./qmlcache
32K ./1675126989097
15G .
[faeychild@unimatrix kdenlive]$
On Tue, 07 Feb 2023 22:22:42 -0500, faeychild
<faeychild@nomail.afraid.org> wrote:
I don't know what is going on? 15G is going somehwere
Run "konqueror ~" (note that's a tilde, not a dash).
Select "View". Move the mouse pointer to "View Mode", then move it right
and select
the "File Size View". It should be clear where the space is being used.
Regards, Dave Hodgins
On 8/2/23 17:00, David W. Hodgins wrote:
On Tue, 07 Feb 2023 22:22:42 -0500, faeychild
<faeychild@nomail.afraid.org> wrote:
I don't know what is going on? 15G is going somehwere
Run "konqueror ~" (note that's a tilde, not a dash).
Select "View". Move the mouse pointer to "View Mode", then move it
right and select
the "File Size View". It should be clear where the space is being used.
Regards, Dave Hodgins
It has been a while since I ran konqueror. I had forgotten about it
I got a bit rattled with the diminishing folder space during an upgrade
and panicked with the space down to < 45M.
I could have done the same "File Size" thing with dolphin if I had had
the presence of mind
Regards
I prefer "du | sort -n". That way I get a list from smallest to
biggest.
It has been a while since I ran konqueror. I had forgotten about it
I got a bit rattled with the diminishing folder space during an upgrade
and panicked with the space down to < 45M.
I could have done the same "File Size" thing with dolphin if I had had
the presence of mind
Dolphin doesn't have the file size view mode, just konqueror.
Regards, Dave Hodgins
[faeychild@unimatrix .cache]$ cd /home/faeychild/.cache/kdenlive [faeychild@unimatrix kdenlive]$ du -d 1 -h 15G ./proxy 916K
./qmlcache 32K ./1675126989097 15G . [faeychild@unimatrix
kdenlive]$
[faeychild@unimatrix kdenlive]$ ls -la total 20 drwxrwxr-x 5
faeychild faeychild 4096 Feb 1 12:04 . drwxrwxr-x 26 faeychild
faeychild 4096 Feb 8 14:11 .. drwxrwxr-x 5 faeychild faeychild
4096 Feb 1 12:04 1675126989097 drwxrwxr-x 2 faeychild faeychild
4096 Feb 1 12:04 proxy drwxrwxr-x 2 faeychild faeychild 4096 Jan
14 15:22 qmlcache [faeychild@unimatrix kdenlive]$
I don't know what is going on? 15G is going somehwere
faeychild wrote:
[faeychild@unimatrix .cache]$ cd /home/faeychild/.cache/kdenlive
[faeychild@unimatrix kdenlive]$ du -d 1 -h 15G ./proxy 916K
./qmlcache 32K ./1675126989097 15G . [faeychild@unimatrix
kdenlive]$
[faeychild@unimatrix kdenlive]$ ls -la total 20 drwxrwxr-x 5
faeychild faeychild 4096 Feb 1 12:04 . drwxrwxr-x 26 faeychild
faeychild 4096 Feb 8 14:11 .. drwxrwxr-x 5 faeychild faeychild
4096 Feb 1 12:04 1675126989097 drwxrwxr-x 2 faeychild faeychild
4096 Feb 1 12:04 proxy drwxrwxr-x 2 faeychild faeychild 4096 Jan
14 15:22 qmlcache [faeychild@unimatrix kdenlive]$
I don't know what is going on? 15G is going somehwere
You can try filelight.
On 2/14/23 15:47, Gilberto F da Silva wrote:
faeychild wrote:
[faeychild@unimatrix .cache]$ cd
/home/faeychild/.cache/kdenlive [faeychild@unimatrix kdenlive]$
du -d 1 -h 15G ./proxy 916K ./qmlcache 32K
./1675126989097 15G . [faeychild@unimatrix kdenlive]$
[faeychild@unimatrix kdenlive]$ ls -la total 20 drwxrwxr-x 5
faeychild faeychild 4096 Feb 1 12:04 . drwxrwxr-x 26
faeychild faeychild 4096 Feb 8 14:11 .. drwxrwxr-x 5
faeychild faeychild 4096 Feb 1 12:04 1675126989097 drwxrwxr-x
2 faeychild faeychild 4096 Feb 1 12:04 proxy drwxrwxr-x 2
faeychild faeychild 4096 Jan 14 15:22 qmlcache
[faeychild@unimatrix kdenlive]$
I don't know what is going on? 15G is going somehwere
You can try filelight.
Or you can open a terminal and enter the following incantation,
which should give you a sorted list of files and sizes from
smallest to largest. du -ah |sort -h
From experts at PCLinuxOS forums who will never forget our shared
ancestry in the OS.
bliss - on the ever-faithful Dell Latitude E7450, PCLinuxOS 2022
KDE Plasma 5.26.5Kernel Version: 6.1.11-pclos1 (64-bit) KDE
Frameworks 5.102.0 - Qt Version: 5.15.6 Graphics : X11 - Mesa
Intel® HD Graphics 5500 15.5 GiB of RAM CPU 4 à Intel® Core⢠i7-5600U CPU @ 2.60GHz Actually 2 real cores and 2 virtual cores.
On 2/14/23 15:47, Gilberto F da Silva wrote:
faeychild wrote:
[faeychild@unimatrix .cache]$ cd /home/faeychild/.cache/kdenlive
[faeychild@unimatrix kdenlive]$ du -d 1 -h 15G ./proxy 916K
./qmlcache 32K ./1675126989097 15G . [faeychild@unimatrix
kdenlive]$
[faeychild@unimatrix kdenlive]$ ls -la total 20 drwxrwxr-x 5
faeychild faeychild 4096 Feb 1 12:04 . drwxrwxr-x 26 faeychild
faeychild 4096 Feb 8 14:11 .. drwxrwxr-x 5 faeychild faeychild
4096 Feb 1 12:04 1675126989097 drwxrwxr-x 2 faeychild faeychild
4096 Feb 1 12:04 proxy drwxrwxr-x 2 faeychild faeychild 4096 Jan
14 15:22 qmlcache [faeychild@unimatrix kdenlive]$
I don't know what is going on? 15G is going somehwere
You can try filelight.
Or you can open a terminal and enter the following incantation,
which should give you a sorted list of files and sizes from smallest to largest.
du -ah |sort -h
Or you can open a terminal and enter the following incantation, which should give you a sorted list of files and sizes from smallest to largest.
du -ah |sort -h
I just showed an option that maybe the person didn't know. A graphical representation is faster and easier to understand.
Note that that 15G could be made up of 15000 1MB files which make them
not stand out at all. Althernatively there could be a removed file (ie
no name in any directory) which is open and is is constantly having jumk dumped into it.
On 15/2/23 13:49, William Unruh wrote:
Note that that 15G could be made up of 15000 1MB files which make them
not stand out at all. Althernatively there could be a removed file (ie
no name in any directory) which is open and is is constantly having jumk
dumped into it.
That is an interesting possibility. Can that actually happen..
I understand that a file can he deleted but still accessible if a
program is holding it open.
Many years ago I read an article about deleted file recovery if the file handle was still in play. It involved Inodes
On 15/2/23 11:18, Bobbie Sellers wrote:
Or you can open a terminal and enter the following incantation,
which should give you a sorted list of files and sizes from smallest
to largest.
du -ah |sort -h
Mozilla cache is the culprit her
It needs monitoring
On 2023-02-15 17:34, faeychild wrote:
On 15/2/23 11:18, Bobbie Sellers wrote:There are settings within Firefox to limit the size of the cache, though
Or you can open a terminal and enter the following incantation, >>> which should give you a sorted list of files and sizes from smallest
to largest.
du -ah |sort -h
Mozilla cache is the culprit her
It needs monitoring
I don't remember now what they are. I'm sure a DuckDuckGo search would
turn them up.
TJ wrote on 17/2/23 3:37 am:
On 2023-02-15 17:34, faeychild wrote:
On 15/2/23 11:18, Bobbie Sellers wrote:There are settings within Firefox to limit the size of the cache, though
Or you can open a terminal and enter the following incantation,
which should give you a sorted list of files and sizes from smallest
to largest.
du -ah |sort -h
Mozilla cache is the culprit her
It needs monitoring
I don't remember now what they are. I'm sure a DuckDuckGo search would
turn them up.
faeychild, in SeaMonkey Suite, you set the maximum size of Cache in Preferences -> Advanced -> Set Cache Options.
I think, in Firefox, the Preferences is found on the Tools drop-down.
If you need more assistance, try alt.comp.software.firefox.
On Fri, 17 Feb 2023 03:39:56 -0500, Daniel65 <daniel47@nomail.afraid.org> wrote:
TJ wrote on 17/2/23 3:37 am:
On 2023-02-15 17:34, faeychild wrote:
On 15/2/23 11:18, Bobbie Sellers wrote:There are settings within Firefox to limit the size of the cache, though >>> I don't remember now what they are. I'm sure a DuckDuckGo search would
Or you can open a terminal and enter the following incantation, >>>>> which should give you a sorted list of files and sizes from smallest >>>>> to largest.
du -ah |sort -h
Mozilla cache is the culprit her
It needs monitoring
turn them up.
faeychild, in SeaMonkey Suite, you set the maximum size of Cache in
Preferences -> Advanced -> Set Cache Options.
I think, in Firefox, the Preferences is found on the Tools drop-down.
If you need more assistance, try alt.comp.software.firefox.
In firefox, open "about:config" and search on cache. There are many options controlling it.
For chromium, it can not be controlled using the gui. Create a text file
$ cat $HOME/.config/chromium/args.txt
--disk-cache-size=1073741824
Note the leading space. The above limits the disk cache to a maximum of 1 GiB.
The size must be specified in bytes.
The args.txt file is used by the script /usr/bin/chromium to set the options when it calls the program /usr/lib64/chromium-browser/chrome. The leading space
in the file is needed as the contents of that line are appended to the options
already set in the script. If additional poorly documented options are to be added, either keep them on the same line, or use " \" at the end of each line except the last, for normal bash script line continuation.
I found the chromium option at https://superuser.com/questions/378991/what-is-chrome-default-cache-size-limit
but had to run "bash -x -v /usr/bin/chromium" to figure out the leading space was needed in the text file.
I guess the reason the above does not work with chrome is that the
EXTRA_ARGS and the args.txt is a special addition by the Mageia people,
which of course does not apply to chrome because the source for that
program is google, not Mageia. One could put the addtion into chrome,
but would have to redo it each time you upgraded chrome.
So you mean that it is relatively impossible to add this feature to
chrome?
On Fri, 17 Feb 2023 13:18:42 -0500, William Unruh <unruh@invalid.ca> wrote:
I guess the reason the above does not work with chrome is that the
EXTRA_ARGS and the args.txt is a special addition by the Mageia people,
which of course does not apply to chrome because the source for that
program is google, not Mageia. One could put the addtion into chrome,
but would have to redo it each time you upgraded chrome.
So you mean that it is relatively impossible to add this feature to
chrome?
Correct. Google doesn't want users to control their own systems, add options that might confuse the average windows user, have to include documentation
or --help options that explain how their stuff works, etc.
It looks like the /usr/bin/chromium script is from google, but Mageia added
the method to allow users to supply additional options. Not the way I would have written that part of the script, but at least it does work once you figure out how.
Regards, Dave Hodgins
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 483 |
Nodes: | 16 (2 / 14) |
Uptime: | 91:40:51 |
Calls: | 9,579 |
Calls today: | 1 |
Files: | 13,667 |
Messages: | 6,143,889 |