Skip to content

Instantly share code, notes, and snippets.

@yteraoka
Created November 12, 2013 04:21
Show Gist options
  • Save yteraoka/7425431 to your computer and use it in GitHub Desktop.
Save yteraoka/7425431 to your computer and use it in GitHub Desktop.
  NAME
    setmaxmem - change maximum memory limit

  SYNOPSIS
    setmaxmem <domain> <size> [--config] [--live] [--current]

  DESCRIPTION
    Change the maximum memory allocation limit in the guest domain.

  OPTIONS
    [--domain] <string>  domain name, id or uuid
    [--size] <number>  new maximum memory size, as scaled integer (default KiB)
    --config         affect next boot
    --live           affect running domain
    --current        affect current domain
  NAME
    setmem - change memory allocation

  SYNOPSIS
    setmem <domain> <size> [--config] [--live] [--current]

  DESCRIPTION
    Change the current memory allocation in the guest domain.

  OPTIONS
    [--domain] <string>  domain name, id or uuid
    [--size] <number>  new memory size, as scaled integer (default KiB)
    --config         affect next boot
    --live           affect running domain
    --current        affect current domain
  NAME
    maxvcpus - connection vcpu maximum

  SYNOPSIS
    maxvcpus [--type <string>]

  DESCRIPTION
    Show maximum number of virtual CPUs for guests on this connection.

  OPTIONS
    --type <string>  domain type
  NAME
    setvcpus - change number of virtual CPUs

  SYNOPSIS
    setvcpus <domain> <count> [--maximum] [--config] [--live] [--current]

  DESCRIPTION
    Change the number of virtual CPUs in the guest domain.

  OPTIONS
    [--domain] <string>  domain name, id or uuid
    [--count] <number>  number of virtual CPUs
    --maximum        set maximum limit on next boot
    --config         affect next boot
    --live           affect running domain
    --current        affect current domain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment