mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-02 06:16:19 -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 \
|
||||
--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…
Add table
Add a link
Reference in a new issue