You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Extract guest memory allocation into function
Move guest memory allocation into a function of `VmResources`. The
configuration we end up allocating depends solely on the information in
`VmResources`, and this allows us to easily use production guest memory
configurations in benchmarks.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments