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

This commit is contained in:
Marek Marczykowski-Górecki 2014-04-16 16:26:18 +02:00
parent ef09f2ed2a
commit 1ac3f81848

View File

@ -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'] = {