mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-12-27 16:19:24 -05:00
Using too little RAM causes Mirage to stop working.
This commit is contained in:
parent
27bf8c0cae
commit
95c870b14e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user