From 0dc7009118d1d83c510dd8ee9764f936f244224f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Jun 2018 10:57:09 -0300 Subject: KVMX: set memory to 512 --- kvmxfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kvmxfile b/kvmxfile index b5c99e0..7ab8cef 100644 --- a/kvmxfile +++ b/kvmxfile @@ -57,6 +57,9 @@ format="qcow2" # Image compression (qcow2 only) qcow2_compression="1" +# Memory +memory="512" + # Bootstrap method: custom or vmdeboostrap method="custom" -- cgit v1.2.3