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

@@ -221,7 +221,7 @@ config SOS_RAM_SIZE
config UOS_RAM_SIZE
hex "Size of the User OS (UOS) RAM"
default 0x200000000
default 0x400000000
help
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.