我使用的VPS与Ubuntu 18.04和内核4.15.0-65-泛型,我想禁用所有缓解的幽灵/熔毁/l1tf/zombieland和所有其他最近降低性能的缓和。
但是,在使用VPS提供程序的内核启动的VPS上,是否有可能呢?
发布于 2019-10-11 11:27:41
我无法回答您的VPS提供程序方面的问题,但在我的grub中,我使用:
GRUB_CMDLINE_LINUX_DEFAULT="noplymouth loglevel=4 fastboot acpiphp.disable=1 pcie_aspm=force vt.handoff=7 i915.fastboot=1 nopti nospectre_v2 nospec mem_sleep_default=deep nouveau.nomodeset=0"
# Aug 16/2018 - i915.edp_vswing=2 comes from Ask Ubuntu Dell XPS 15 9350 screen flickering:
# https://askubuntu.com/a/1064747/307523
# Aug 11/2018 - 10% performance boost eliminating Meltdown & Spectre support:
# "nopti nospectre_v2 nospec"我在这个答案中留下了一些粗俗的评论,以防有帮助。
https://askubuntu.com/questions/1180188
复制相似问题