From fff2d27f1867fed285c73ea59e283f9a9386f180 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 15 Nov 2022 18:08:26 -0500 Subject: [PATCH] Reduce memory from 128mb to 64mb Signed-off-by: Tommy --- content/posts/qubes/Firewalling with MirageOS on Qubes OS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/qubes/Firewalling with MirageOS on Qubes OS.md b/content/posts/qubes/Firewalling with MirageOS on Qubes OS.md index 0f1ea74..bc813fa 100644 --- a/content/posts/qubes/Firewalling with MirageOS on Qubes OS.md +++ b/content/posts/qubes/Firewalling with MirageOS on Qubes OS.md @@ -54,8 +54,8 @@ Create a TemplateVM: qvm-create \ --property kernel=mirage-firewall \ --property kernelopts='' \ - --property memory=128 \ - --property maxmem=128 \ + --property memory=64 \ + --property maxmem=64 \ --property vcpus=1 \ --property virt_mode=pvh \ --label=black \