`local.<instance-name>.cpus`

See also: get, set

Contents:

Key

local.<instance-name>.cpus

Where <instance-name> is the name of any Multipass instance.

Description

The number of CPUs to simulate on the virtual machine. This establishes a limit on how many host threads the instance can simultaneously use, at most.

Allowed values

A positive integer number. Multipass does not impose an upper limit on allowed values, but the underlying backend may do so.

Examples

  • multipass set local.handsome-ling.cpus=4

Default

The number of CPUs that the instance was launched with. See also launch.

1 Like