miniflux: allocate less memory
This commit is contained in:
parent
813ab5d40c
commit
e8114c1d61
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
||||||
|
|
||||||
microvm = {
|
microvm = {
|
||||||
hypervisor = "qemu";
|
hypervisor = "qemu";
|
||||||
mem = 4 * 1024;
|
mem = 1 * 1024;
|
||||||
vcpu = 2;
|
vcpu = 2;
|
||||||
interfaces = [
|
interfaces = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue