From f41aea79933d46ed6f57f22a8f389608c4b22876 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 19 Nov 2022 18:35:58 +0100 Subject: flake/sandbox: increase allocated resources for viewer build --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 00fb44e..8a5fb99 100644 --- a/flake.nix +++ b/flake.nix @@ -165,6 +165,10 @@ patchQemu9p = true; tools = devTools; config = { + # The viewer's build and devel server are resource-hungry. + virtualisation.cores = 2; + virtualisation.memorySize = 2 * 1024; + virtualisation.forwardPorts = [ { from = "host"; host.port = 8085; guest.port = 8085; } # vue-cli ]; -- cgit v1.2.3