存档账号 (@updownup) 在 Azure 手动安装 Zram 内核模块 中发帖
Azure的模块裁剪比较厉害,最常用的Zram模块居然都没有。
解决方案:
sudo apt update
sudo apt install linux-modules-extra-$(uname -r) -y