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