mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-17 12:01:35 -05:00
Recommend 128mb RAM for MirageOS
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a9c594651e
commit
ea6d053be5
@ -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
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user