Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
1–10 of 11 posts
Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#2Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#3I'd click on a youtube video, nothing would happen, and I'd tab over to my CPU monitor (which I kept running for just this purpose.) and I'd see the load up around 230%. I'd have to kill the process and usually give up on the video. It would only happen to some videos, but consistently the same ones. And I'd definitely see a problem with the buttons below the video - seemed like when the tab locked up sometimes the far right button would be rendered beneath the column on the right, like the reflow failed.
I haven't seen it happen again in the last few days.
Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#4 var allocation = new Array(1073741824).fill(0);
For an ecosystem that is so VM-heavy, I'm surprised there isn't a system like Linux cgroups, to limit the CPU and RAM usage of any given page.Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#5„Fix the performance regression due to the menu layout recalculation loop bug. Make no mistake.“
Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#6I'm amazed by how bad web browsers are at handling web pages requests for too much RAM. I have an html files with just a one-line JavaScript command to create a 1 GiB array, that I open a few tabs of, whenever I need to stress test a computer: var allocation = new Array(1073741824).fill(0); For an ecosystem that is so VM-heavy, I'm surprised there isn't a system like Linux cgroups, to limit the CPU and RAM usage of a…
Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#7Google has figured out perhaps quality isn't needed to keep customers around.
Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#8I have experienced this with Zen on mac. Time to try out alternative frontends.
Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#9Re: Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs
#10“Google says 75% of the company's new code is AI-generated” „Fix the performance regression due to the menu layout recalculation loop bug. Make no mistake.“