From 1ac3f818485df7b0d63ff6050b0d1d02054431f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 16 Apr 2014 16:26:18 +0200 Subject: [PATCH] core: increase default netvm memory to 300MB (#818) --- core-modules/005QubesNetVm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-modules/005QubesNetVm.py b/core-modules/005QubesNetVm.py index 43840333..0ead7d43 100644 --- a/core-modules/005QubesNetVm.py +++ b/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'] = {