[gnome-continuous] libqa: Bump disk size to 16GB



commit 07fa0166fac6b18b7308a675c7f54876bb67a186
Author: Colin Walters <walters verbum org>
Date:   Fri Nov 28 10:07:40 2014 -0500

    libqa: Bump disk size to 16GB
    
    -devel-debug is getting quite large, and qcow2 files are thinly
    provisioned by default anyways.

 src/js/libqa.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/libqa.js b/src/js/libqa.js
index 196f0b3..1e128e0 100644
--- a/src/js/libqa.js
+++ b/src/js/libqa.js
@@ -94,7 +94,7 @@ function newReadWriteMount(diskpath, cancellable) {
 }
 
 function createDisk(diskpath, params, cancellable) {
-    params = Params.parse(params, { sizeMB: 8 * 1024 });
+    params = Params.parse(params, { sizeMB: 16 * 1024 });
 
     let bootsizeMb = 200;
     let swapsizeMb = 64;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]