Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/firecracker
Path: blob/main/tests/framework/vm_config.json
1956 views
1
{
2
"boot-source": {
3
"kernel_image_path": "vmlinux.bin",
4
"boot_args": "console=ttyS0 reboot=k panic=1 pci=off",
5
"initrd_path": null
6
},
7
"drives": [
8
{
9
"drive_id": "rootfs",
10
"path_on_host": "xenial.rootfs.ext4",
11
"is_root_device": true,
12
"partuuid": null,
13
"is_read_only": false,
14
"cache_type": "Unsafe",
15
"rate_limiter": null
16
}
17
],
18
"machine-config": {
19
"vcpu_count": 2,
20
"mem_size_mib": 1024,
21
"ht_enabled": false,
22
"track_dirty_pages": false
23
},
24
"balloon": null,
25
"network-interfaces": [],
26
"vsock": null,
27
"logger": null,
28
"metrics": null,
29
"mmds-config": null
30
}
31