From 4e0ab3c825f92aa754417e61046fb5c846348098 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 25 May 2020 20:50:10 +0530 Subject: [PATCH] increase vbox ram --- nixos-modules/dhall/vbox-guest.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-modules/dhall/vbox-guest.dhall b/nixos-modules/dhall/vbox-guest.dhall index 9a0ce56..f522836 100644 --- a/nixos-modules/dhall/vbox-guest.dhall +++ b/nixos-modules/dhall/vbox-guest.dhall @@ -149,7 +149,7 @@ let toVbox = } , resources = Resources::{ , caps = 1024 - , ram = Genode.units.MiB 64 + Genode.units.MiB params.memorySize + , ram = Genode.units.MiB 128 + Genode.units.MiB params.memorySize } , routes = [ ServiceRoute.parent "File_system"