我遇到了一些问题,GNOME Shell 因应用程序(通常是 Firefox 或 discordapp)而冻结。
减少其好的对周围事物的价值-1即使在某些应用程序高负载下也能防止冻结?
我的主要目标是提高负载下的桌面响应能力。
系统信息:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
硬件:https://www.asus.com/Laptops/ASUS-VivoBook-15-X510UR/specifications/+ 250 GB M.2 SSD
扩展:
ls .local/share/gnome-shell/extensions/
[email protected]
[email protected]
[email protected]
[email protected]
cpufreq@konkor
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
transparentosd@ipaq3870
[email protected]
[email protected]
[email protected]
[email protected]
还可能需要注意的是,我没有交换。
答案1
我会先添加一个交换文件,然后再尝试更改好的。
https://help.ubuntu.com/community/SwapFaq即使您有足够的 RAM,也建议使用交换文件或交换分区,因为缺少交换空间经常会导致死机。请生成交换文件,除非您使用 btrfs,在这种情况下,建议使用交换分区。
1下一行中的 g 是交换文件的大小。您可以更改其大小。1GiB是文件名;如果您在一个地方更改了它,则请在以下命令中的所有地方都更改它。
sudo fallocate -l 1g /mnt/1GiB.swap && sudo chmod 600 /mnt/1GiB.swap
sudo mkswap /mnt/1GiB.swap && sudo swapon /mnt/1GiB.swap
echo '/mnt/1GiB.swap swap swap defaults 0 0' | sudo tee -a /etc/fstab
但是,如果这不能有效解决该问题,您可以永久更改应用程序的 nice 值。在/etc/security/limits.conf文件。