kvm-qemu-default-memsize.patch 414 B

1234567891011121314
  1. Index: qemu-kvm-0.11.1/vl.c
  2. ===================================================================
  3. --- qemu-kvm-0.11.1.orig/vl.c
  4. +++ qemu-kvm-0.11.1/vl.c
  5. @@ -175,7 +175,7 @@ int main(int argc, char **argv)
  6. //#define DEBUG_NET
  7. //#define DEBUG_SLIRP
  8. -#define DEFAULT_RAM_SIZE 128
  9. +#define DEFAULT_RAM_SIZE 384
  10. /* Max number of USB devices that can be specified on the commandline. */
  11. #define MAX_USB_CMDLINE 8