feature(krata): dynamic resource allocation (closes #298)

This commit is contained in:
Alex Zenla
2024-08-14 01:06:17 -07:00
parent 1dca770091
commit b43b09abb7
15 changed files with 251 additions and 31 deletions

View File

@ -27,7 +27,8 @@ async fn main() -> Result<()> {
base: BaseDomainConfig {
uuid: Uuid::new_v4(),
max_vcpus: 1,
mem_mb: 512,
max_mem_mb: 512,
target_mem_mb: 512,
enable_iommu: true,
kernel: fs::read(&kernel_image_path).await?,
initrd: fs::read(&initrd_path).await?,