Merge pull request #1057 from devimc/29-10-2020/clh/improveMemFoot

runtime: cloud-hypervisor: reduce memory footprint
This commit is contained in:
Peng Tao 2020-11-02 15:13:06 +08:00 committed by GitHub
commit bf57cd844e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ var clhKernelParams = []Param{
{"panic", "1"}, // upon kernel panic wait 1 second before reboot
{"no_timer_check", ""}, // do not check broken timer IRQ resources
{"noreplace-smp", ""}, // do not replace SMP instructions
{"rootflags", "data=ordered,errors=remount-ro ro"}, // mount the root filesystem as readonly
{"rootflags", "dax,data=ordered,errors=remount-ro ro"}, // mount the root filesystem as readonly
{"rootfstype", "ext4"},
}