Skip to content

Commit

Permalink
Merge pull request #181 from 51lieal/51lieal_patch1
Browse files Browse the repository at this point in the history
Using too little RAM causes Mirage to stop working.
  • Loading branch information
palainp authored Sep 11, 2023
2 parents 27bf8c0 + 708040c commit 700e03d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Run this command in dom0 to create a `mirage-firewall` VM using the `mirage-fire
qvm-create \
--property kernel=mirage-firewall \
--property kernelopts='' \
--property memory=32 \
--property maxmem=32 \
--property memory=64 \
--property maxmem=64 \
--property netvm=sys-net \
--property provides_network=True \
--property vcpus=1 \
Expand Down
4 changes: 2 additions & 2 deletions SaltScriptToDownloadAndInstallMirageFirewallInQubes.sls
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ create-sys-mirage-fw:
- kernel: mirage-firewall
- kernelopts:
- include-in-backups: False
- memory: 32
- maxmem: 32
- memory: 64
- maxmem: 64
- netvm: sys-net
- provides-network: True
- vcpus: 1
Expand Down

0 comments on commit 700e03d

Please sign in to comment.