MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / default_memory

Function default_memory

cloud-hypervisor/src/main.rs:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136fn default_memory() -> String {
137 format!("size={}M", vm_config::DEFAULT_MEMORY_MB)
138}
139
140fn default_rng() -> String {
141 format!("src={}", RngConfig::DEFAULT_RNG_SOURCE)

Callers 1

prepare_default_valuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected