自从我从 19.04 升级到 19.10 以来,我的 Ubuntu 系统经常出现短暂的冻结/延迟。我发现有些人也有类似的问题(这个帖子或者那个)不仅是鼠标冻结,系统也冻结。
我的电脑是 DELL XPS 13 9343(与第一篇帖子提到的同一系列但型号不同)。
我将 BIOS 从 A13 升级到了 A20,没什么区别。我有 8GB 的 RAM 和 16 个交换空间,vm.swappiness=60。
编辑 :
$ ls -al ~/.local/share/gnome-shell/extensions
total 12
drwxrwxr-x 3 mhr mhr 4096 sept. 10 15:29 .
drwx------ 3 mhr mhr 4096 nov. 12 08:56 ..
drwxrwxr-x 4 mhr mhr 4096 sept. 10 15:29 desktop-icons@csoriano
编辑2:
free -h
total used free shared buff/cache available
Mem: 7,7Gi 5,0Gi 590Mi 958Mi 2,1Gi 1,5Gi
Swap: 15Gi 404Mi 15Gi
和
$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda4 during installation
UUID=33ef7645-839a-4b28-b627-e936853a7783 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=48E3-73DB /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda5 during installation
UUID=816ab8c7-f980-4e93-9908-8a9f1dc4a616 none swap sw 0 0
编辑3:
$ sudo ./magician -L
================================================================================================
Samsung(R) SSD Magician DC Version 2.0
Copyright (C) 2015 SAMSUNG Electronics Co. Ltd. All rights reserved.
================================================================================================
Bad argument "name", expected an absolute path in /dev/ or /sys or a unit name: Invalid argument
----------------------------------------------------------------------------
| Disk | Model | Serial | Firmware | Capacity | Drive | Total Bytes |
| Number | | Number | | | Health | Written |
----------------------------------------------------------------------------
No Samsung SSD found!
答案1
来自评论...
为了稍微重新调整您的系统,我们将对您的交换进行调整,看看是否有帮助。
将交换空间从 16G 减少到 4G
将 vm.swappiness 设置为 80(默认值为 60)
sudo sysctl -w vm.swappiness=80
# 更多地使用 swap
sudo sysctl -p
# 使用当前 sysctl.conf 中的值
答案2
这个问题通常是由交换和磁盘写入引起的,可能是由于一些内核回归。调整交换大小和交换性可能会有所帮助,但不能完全消除问题。我通过将内核从 5.2.21 降级到 5.2.21 来摆脱冻结。https://kernel.ubuntu.com/~kernel-ppa/mainline/
我现在已经运行这个内核两天了,没有任何问题,微冻结已经消失,系统运行非常顺畅。