Thanks. It appears you haven't run out of RAM at all so I'm not sure why
heavy memory usage, within the machine's abilities, makes things freeze.
** Package changed: ubuntu => gnome-shell (Ubuntu)
** Changed in: gnome-shell (Ubuntu)
Status: Incomplete => New
** Summary changed:
- Google
Here, please, I attach the specified files.
Thank you! I am sincerely impressed by your attention to my question. The
joy of receiving your help confirms me in the correctness of the chosen
operating system :-)
--
З повагою,
Павло Проценко
ср, 24 лист. 2021 о 04:10 Daniel van Vugt <1951...@bugs.
Hmm actually Ubuntu should be able to survive a 4GB process, especially
on an 8GB system.
If you can, while the problem is happening please run:
free -m > free.txt
journalctl -b0 > journal.txt
and attach the resulting text files here.
** Changed in: ubuntu
Status: Invalid => Incompl
Thank you very much for your answer!
I put
"
ps -axo rss,cmd | grep chrome | awk '{ total += $1; } END {
printf("Total %.2f GB\n", total/1048576)}'
"
And it returned:
"
Total 4,23 GB
"
But my Laptop has 8 Gb RAM. Maybe I need to set something up?
--
З повагою,
Павло Проценко
вт, 23 лист. 2021
This is probably related to memory usage. Please check the memory usage
of the Chrome processes:
ps -axo rss,cmd | grep chrome | awk '{ total += $1; } END {
printf("Total %.2f GB\n", total/1048576)}'
And if you have any more concerns that are specific to Chrome then you
can report bugs about it