mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
config: Fix default memory size parameter
We need to give it a suffix. Fixes: #96 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
d9ce29117e
commit
7ed073805d
@ -13,7 +13,7 @@ use std::result;
|
||||
use vm_memory::GuestAddress;
|
||||
|
||||
pub const DEFAULT_VCPUS: &str = "1";
|
||||
pub const DEFAULT_MEMORY: &str = "size=512";
|
||||
pub const DEFAULT_MEMORY: &str = "size=512M";
|
||||
pub const DEFAULT_RNG_SOURCE: &str = "/dev/urandom";
|
||||
const CMDLINE_OFFSET: GuestAddress = GuestAddress(0x20000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user