higher value

This commit is contained in:
Tobias Powalowski 2022-06-11 17:55:09 +02:00
parent 5f8e179e3e
commit ea0bb0736e

View file

@ -281,7 +281,7 @@ _kexec () {
else else
echo -e "Running \033[1m\033[92mkexec\033[0m with \033[1mold\033[0m KEXEC_LOAD ..." echo -e "Running \033[1m\033[92mkexec\033[0m with \033[1mold\033[0m KEXEC_LOAD ..."
# works on systems with <6GB # works on systems with <6GB
kexec -c -f --mem-max=0x80000000 /"${VMLINUZ}" --initrd="/initrd.img" --reuse-cmdline & kexec -c -f --mem-max=0xA0000000 /"${VMLINUZ}" --initrd="/initrd.img" --reuse-cmdline &
fi fi
sleep 2 sleep 2
_clean_kernel_cache _clean_kernel_cache