mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-03 06:44:54 -04:00
Recommend 128mb RAM for MirageOS
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a9c594651e
commit
ea6d053be5
1 changed files with 3 additions and 3 deletions
|
@ -56,8 +56,8 @@ Create a TemplateVM:
|
||||||
qvm-create \
|
qvm-create \
|
||||||
--property kernel=mirage-firewall \
|
--property kernel=mirage-firewall \
|
||||||
--property kernelopts='' \
|
--property kernelopts='' \
|
||||||
--property memory=64 \
|
--property memory=128 \
|
||||||
--property maxmem=64 \
|
--property maxmem=128 \
|
||||||
--property vcpus=1 \
|
--property vcpus=1 \
|
||||||
--property virt_mode=pvh \
|
--property virt_mode=pvh \
|
||||||
--label=black \
|
--label=black \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue