`local.<instance-name>.cpus`

Errors or typos? Topics missing? Hard to read? Let us know or open an issue on GitHub.

See also: get, set, launch.

Key

local.<instance-name>.cpus

where <instance-name> is the name of a 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 value

The number of CPUs that the instance was launched with.

1 Like