[cowdancer] 06/06: qemubuilder: Increase MEMORY_MEGS default to 256

James Clarke jrtc27-guest at moszumanska.debian.org
Sun May 1 18:33:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

jrtc27-guest pushed a commit to branch master
in repository cowdancer.

commit 55ef6f20639ffdc515261f185a66ba3e85b90bd1
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Sun May 1 18:58:22 2016 +0100

    qemubuilder: Increase MEMORY_MEGS default to 256
    
    With only 128MB, aptitude reliably ran out of memory.
---
 parameter.c   | 2 +-
 qemubuilder.8 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/parameter.c b/parameter.c
index d7ba842..0ff3767 100644
--- a/parameter.c
+++ b/parameter.c
@@ -643,7 +643,7 @@ int parse_parameter(int ac, char** av,
     }
 
   if (!pc.memory_megs)
-    pc.memory_megs=128;
+    pc.memory_megs=256;
 
   switch(pc.operation)
     {
diff --git a/qemubuilder.8 b/qemubuilder.8
index 18aad61..0c9e46c 100644
--- a/qemubuilder.8
+++ b/qemubuilder.8
@@ -126,7 +126,7 @@ You can also use
 for compatibility with 0.60 or older.
 
 .TP
-.BI "MEMORY_MEGS=" "64"
+.BI "MEMORY_MEGS=" "256"
 memory size to use in qemu session, in MB.
 
 .TP
@@ -177,7 +177,7 @@ KERNEL_IMAGE=vmlinuz-2.6.18-4-k7
 INITRD=initrd.img-2.6.18-4-k7
 ARCHITECTURE=i386
 BASEPATH=/home/dancer/tmp/base-i386.qemu
-MEMORY_MEGS=64
+MEMORY_MEGS=256
 
 Note. INITRD may or may not be required for your system.  Debian Installer
 initrd may or may not work depending on which one you choose, use the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list