X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.c;h=72cd2f36693f7d4b2cf8b06b944f44942bec71fa;hb=5fd9891646a16792dda91505db6610ad9e36a704;hp=db6db9107c636b2a416695e0635ea7db46f428db;hpb=23e6fc3f61294acf1bce2003dc4060df25e899f9;p=libguestfs.git diff --git a/src/guestfs.c b/src/guestfs.c index db6db91..72cd2f3 100644 --- a/src/guestfs.c +++ b/src/guestfs.c @@ -1043,7 +1043,8 @@ guestfs_launch (guestfs_h *g) "console=ttyS0 " /* serial console */ \ "udevtimeout=300 " /* good for very slow systems (RHBZ#480319) */ \ "noapic " /* workaround for RHBZ#502058 - ok if not SMP */ \ - "acpi=off " /* we don't need ACPI, turn it off */ + "acpi=off " /* we don't need ACPI, turn it off */ \ + "cgroup_disable=memory " /* saves us about 5 MB of RAM */ /* Linux kernel command line. */ snprintf (append, sizeof append,