1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-28 13:34:42 -04:00

Reduce memory from 128mb to 64mb

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-11-15 18:08:26 -05:00
parent d0d04b3133
commit fff2d27f18
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

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