Earlier quoted context omitted.
Or, we can expect better from software. Maybe someone can fork Firefox and make it run better, hard cap how much a browser window can use. The pattern of lazy almost non existent optimization combined with blaming consumers for having weak hardware, needs to stop. On my 16GB ram lunar lake budget laptop CachyOS( Arch) runs so much smoother than Windows. This is very unscientific, but using htop , running Chrome/YouTu…
> Or, we can expect better from software. Maybe someone can fork Firefox and make it run better, hard cap how much a browser window can use. You can already do this. For example, I use `systemd-run` to run browsers with CPU quotas applied. Firefox gets 400% CPU (i.e. up to 4 cores), and no more. Example command: systemd-run --user --scope -p CPUQuota=400% firefox
You can limit CPU usage for a program in Windows by adjusting the "Maximum processor state" in the power options to a lower percentage, such as 80%. Additionally, you can set the program's CPU affinity in Task Manager. Please note this will only affect the process scheduling.
You can also use a free tool like Process Lasso or BES to limit the CPU for a Windows application. You can use a free tools like HWInfo, SysInternals (ProcMon, SysMom, ProcDump) to monitor and check for CPU usage, especially to investigate CPU spikes caused by rogue (malware or poor performance) apps.