mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-07 20:39:14 +00:00
ACRN/hv:change the max memory size of UOS from 8G to 16G
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Tested-by: Yang Ronnie <ronnie.yang@intel.com>
This commit is contained in:
parent
a7706e0c39
commit
b7cce16403
@ -25,7 +25,7 @@ fi
|
|||||||
logger_setting="--logger_setting console,level=4;kmsg,level=3"
|
logger_setting="--logger_setting console,level=4;kmsg,level=3"
|
||||||
|
|
||||||
#for memsize setting
|
#for memsize setting
|
||||||
mem_size=4096M
|
mem_size=12288M
|
||||||
|
|
||||||
systemctl stop gdm.patch gdm
|
systemctl stop gdm.patch gdm
|
||||||
|
|
||||||
|
@ -221,7 +221,7 @@ config SOS_RAM_SIZE
|
|||||||
|
|
||||||
config UOS_RAM_SIZE
|
config UOS_RAM_SIZE
|
||||||
hex "Size of the User OS (UOS) RAM"
|
hex "Size of the User OS (UOS) RAM"
|
||||||
default 0x200000000
|
default 0x400000000
|
||||||
help
|
help
|
||||||
A 64-bit integer indicating the size of the User OS RAM (MMIO not
|
A 64-bit integer indicating the size of the User OS RAM (MMIO not
|
||||||
included). Now we assume each UOS uses same amount of RAM size.
|
included). Now we assume each UOS uses same amount of RAM size.
|
||||||
|
Loading…
Reference in New Issue
Block a user