[Bug 1951855] Re: Google Chrome freezes the system

2021-11-25 Thread Daniel van Vugt
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

Re: [Bug 1951855] Re: Google Chrome freezes the system

2021-11-25 Thread Pavlo Protsenko
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.

[Bug 1951855] Re: Google Chrome freezes the system

2021-11-23 Thread Daniel van Vugt
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

Re: [Bug 1951855] Re: Google Chrome freezes the system

2021-11-23 Thread Pavlo Protsenko
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

[Bug 1951855] Re: Google Chrome freezes the system

2021-11-22 Thread Daniel van Vugt
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