c3d2-web: bump microvm.mem up to 1G

deploy-c3d2-web works at 512M but that seems very narrow for `make -j8`
This commit is contained in:
Astro 2022-06-29 00:49:12 +02:00
parent f8f0f806e7
commit 29a41c6be0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ let
in
{
microvm.vcpu = 8;
microvm.mem = 1024;
c3d2.deployment = {
server = "server10";
mounts = [ "etc" "home" "var"];