diff --git a/content/os/Firewalling with MirageOS on Qubes OS.md b/content/os/Firewalling with MirageOS on Qubes OS.md index 7213efe..7914bfc 100644 --- a/content/os/Firewalling with MirageOS on Qubes OS.md +++ b/content/os/Firewalling with MirageOS on Qubes OS.md @@ -56,8 +56,8 @@ Create a TemplateVM: qvm-create \ --property kernel=mirage-firewall \ --property kernelopts='' \ - --property memory=64 \ - --property maxmem=64 \ + --property memory=128 \ + --property maxmem=128 \ --property vcpus=1 \ --property virt_mode=pvh \ --label=black \ @@ -98,4 +98,4 @@ qvm-create \ --label=orange \ --class DispVM \ your_firwall_name -``` \ No newline at end of file +```