boot fails on 2gb of memory for some reason
This commit is contained in:
parent
844c482cee
commit
7e25d80c63
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
||||||
|
|
||||||
microvm = {
|
microvm = {
|
||||||
hypervisor = "qemu";
|
hypervisor = "qemu";
|
||||||
mem = 2 * 1024;
|
mem = 2 * 1024 + 512;
|
||||||
vcpu = 2;
|
vcpu = 2;
|
||||||
interfaces = [
|
interfaces = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue