Using too little RAM causes Mirage to stop working.

This commit is contained in:
Dimas Alexander 2023-09-10 19:10:07 +07:00
parent 27bf8c0cae
commit 95c870b14e
No known key found for this signature in database
GPG Key ID: 96FEBBB2446CD47A

View File

@ -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 \