Vivaldi frequently crashing, probably out of memory
-
- 5.4.2753.37, also being problem on earlier versions
- Arch linux | ZFS | systemd | XFCE | ASUS S435 | Intel CPU | Intel TigerLake-LP GT2 | 16 GB RAM
- happens multiple times a day (laptop is shut down every night)
- happens typically when more demanding tabs are open - google drive, slack, and such
- only about 15 tabs total are open at the same time, divided in 2-3 separate windows
- not more than 7GB of RAM seem to be used afterwards (there should be plenty of capacity left)
- extensions in use: Lastpass, 1pass (deactivated), uBlock origin, Vimium
[sebastian@nuvo ~]$ sudo journalctl -p 3 -b | grep -i vivaldi Aug 24 11:43:50 nuvo kernel: Out of memory: Killed process 3640 (vivaldi-bin) total-vm:1179598068kB, anon-rss:333260kB, file-rss:0kB, shmem-rss:4020kB, UID:1000 pgtables:1748kB oom_score_adj:300 Aug 24 11:45:42 nuvo kernel: Out of memory: Killed process 36539 (vivaldi-bin) total-vm:1183899476kB, anon-rss:312764kB, file-rss:0kB, shmem-rss:21248kB, UID:1000 pgtables:1888kB oom_score_adj:300 Aug 24 11:45:58 nuvo kernel: Out of memory: Killed process 2765 (vivaldi-bin) total-vm:1188034588kB, anon-rss:300448kB, file-rss:0kB, shmem-rss:17304kB, UID:1000 pgtables:1792kB oom_score_adj:300
Am I alone affected? Any ideas how to mitigate the issue?
-
@Sebastian69 You have about 45 tabs (15 in each 3 windows)?
Check in Vivaldi taskmanagerShift Esc
which process consumes so much that your kernel terminates Vivaldi with OOM.
Perhaps a webpage or extension running berserk? -
It's not easy to be looking into the task manager right before crash happens. Is there any way how to dump memory usage logging into some file?
However, I don't see anything crazy going on there, for now. I've also added the list of used extensions.
-
Well, I have been using Vivaldi today without Figma running along, and I have a theory, that Figma renderer causes peak in memory usage, which crashes Vivaldi.
I will learn about cgroups soon and try to limit Figma processses, so when RAM is gone, Figma gonna crash, not my main browser.