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:
Zhao Yakui 2019-11-04 12:01:05 +08:00
parent a7706e0c39
commit b7cce16403
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.