Преглед изворни кода

core: increase default netvm memory to 300MB (#818)

Marek Marczykowski-Górecki пре 10 година
родитељ
комит
1ac3f81848
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core-modules/005QubesNetVm.py

+ 1 - 1
core-modules/005QubesNetVm.py

@@ -42,7 +42,7 @@ class QubesNetVm(QubesVm):
             lambda value: value if value is not None else \
                 os.path.join(system_path["qubes_servicevms_dir"], self.name)
         attrs_config['label']['default'] = defaults["servicevm_label"]
-        attrs_config['memory']['default'] = 200
+        attrs_config['memory']['default'] = 300
 
         # New attributes
         attrs_config['netid'] = {