Overcommit CPUs on sole-tenant VMs


CPU overcommit on sole-tenant nodes lets you schedule instances that can share their spare CPU cycles with each other. This lets you overprovision sole-tenant node resources and schedule more VM CPUs on a sole-tenant node than are normally available. CPU overcommit is especially valuable for workloads that are underutilized but might experience relatively uncorrelated bursts.

CPU overcommit can help you reduce per-VM costs by spreading the cost of a sole- tenant node across more VMs. It can also reduce per-VM licensing costs when using per-socket or per-core licenses.

VMs with overcommitted CPUs can utilize otherwise unused CPU resources in the following ways:

  • If a sole-tenant node isn't full, overcommitted VMs can utilize unallocated cores.

  • If another VM on a sole-tenant node isn't utilizing all of its CPU resources—for example, because the CPU is idle—an overcommitted VM can use those CPU resources.

Overcommit level

You can specify the value for the minimum number of CPUs that are allocated to a VM when you create a VM or after you stop a VM. The overcommit level represents the minimum number of underlying CPU threads that are guaranteed to be available for a VM. If the VM has more vCPUs than underlying threads available, the VM's vCPUs share the underlying compute resources and run with degraded performance.

You can set this value for each VM, which lets you provision VMs with different ratios of CPU overcommit on a single sole-tenant node. Lower values reduce capacity requirements at the potential expense of performance if correlated bursts occur. Determining an optimal value for the minimum number of CPUs requires an understanding of your workload utilization and iterative modification of the value.

When setting this value, keep in mind the following:

  • If you don't set the value for the minimum number of CPUs, or you set the value for the minimum number of CPUs equal to the number of CPUs on the VM's machine type, the VM's allowable overcommit ratio is 1.0. With an overcommit ratio of 1.0, all of the CPUs are accessible only to this VM, and there are no CPU resources available to be overcommitted to other VMs.

  • The minimum number of CPUs can't be greater than the number of CPUs specified by the VM's machine type.

  • The sum of the values for the minimum number of CPUs for all of the VMs on a sole-tenant node can't exceed the CPU capacity of that sole-tenant node type, which on the n1-node-96-624 node type is 96.

The value for the number of CPUs specified by the VM's machine type is a static value, and represents the number of CPUs that a VM can burst up to from the minimum number if those CPUs are available. If you require a number of CPUs different from those provided by fixed machine types, you can use a custom machine type.

Considerations

Before configuring the CPU overcommit levels for VMs, consider the criticality of your workload. Less critical workloads, such as development and test workloads, can potentially tolerate higher overcommit levels. More critical workloads, such as a production payments system, might not tolerate as much overcommit or any at all.

Also consider the utilization of your workload. Workloads with high CPU utilization are not good candidates for CPU overcommit because they won't have spare utilization cycles for other overcommitted VMs to utilize. Additionally, workloads with low average CPU utilization, but low utilization peak, might benefit from different sizes of machine types.

Using CPU overcommit benefits uncorrelated bursty workloads that have high peak utilization and low average utilization because these workloads are more likely to have available CPU resources to share across VMs when some VMs need to burst their utilization. If all of the VMs on a host burst at one time, the host won't have sufficient resources for your VMs.

Limitations

Workload limitations

CPU overcommit is best suited for workloads without stringent performance requirements—for example, development and test workloads, and virtual desktop infrastructures.

High levels of CPU overcommit might not be appropriate for workloads that are sensitive to performance.

For workloads with average and peak utilization that is consistently low, Google recommends rightsizing. That is, instead of overcommitting CPUs, we recommend modifying the size of the VM instance to match the resource requirements of that workload.

If your instances are too highly overcommitted, move them to another sole-tenant node.

Machine type limitations

You can only overcommit CPUs on the following:

Overcommit level limitations

You can only configure the minimum CPU on each sole-tenant node to half of the VM's CPUs, allowing for a maximum sole-tenant node overcommit ratio of 2.0.

VM scheduling limitations

Sole-tenant node groups based on sole-tenant node templates that aren't configured for CPU overcommit don't allow for provisioning of VMs with CPU overcommit enabled. That is, you can't schedule a VM with a specified minimum number of CPUs on a sole-tenant node group that is not configured for CPU overcommit.

Quota

CPU quota is based on the number of vCPUs of the sole-tenant node type, not the potential maximum of vCPUs available for overcommitting.

Costs

Sole-tenant nodes that have CPU overcommit selected on their node template are charged an additional 25%. This charge is in addition to the 10% premium for running VMs on sole-tenant nodes. The CPU overcommit premium is fixed, regardless of the CPU overcommit level and how many VMs are scheduled on the sole-tenant node.

Sole-tenant nodes offer committed use discounts. Sustained use discounts are available for the sole-tenancy premium and the CPU overcommit premium.

To estimate the cost of running VMs on sole-tenant nodes, see the Pricing Calculator.

Configure sole-tenant VMs for overcommitting

To configure sole-tenant VMs to have CPU resources available for overcommitting, do the following:

  1. Create a sole-tenant node template that has CPU overcommit enabled. You must enable CPU overcommit while creating the node template. You can't enable CPU overcommit after creating a node template.

  2. Create a sole-tenant node group based on the sole-tenant node template that has CPU overcommit enabled.

  3. Create a VM and do the following:

    1. Choose a machine type for the VM. The number of CPUs on the machine type represents the maximum number of CPUs that the VM can burst up to from the minimum number of CPUs if the minimum number of CPUs is less than the number of CPUs specified by the machine type.

      You can choose a different machine type for each VM on a sole-tenant node, provided you don't exceed the CPU and memory capacity of the sole-tenant node.

    2. Specify the minimum number of CPUs to allocate to that single VM, or use a managed instance group to create multiple VMs that have the same CPU overcommit level.

Before you begin

  • Create a sole-tenant node template and specify --cpu-overcommit-type=enabled.
  • Create a sole-tenant node group based on the sole-tenant node template with CPU overcommit enabled.
  • If you haven't already, set up authentication. Authentication is the process by which your identity is verified for access to Google Cloud services and APIs. To run code or samples from a local development environment, you can authenticate to Compute Engine as follows.

    Select the tab for how you plan to use the samples on this page:

    Console

    When you use the Google Cloud console to access Google Cloud services and APIs, you don't need to set up authentication.

    gcloud

    1. Install the Google Cloud CLI, then initialize it by running the following command:

      gcloud init
    2. Set a default region and zone.

    REST

    To use the REST API samples on this page in a local development environment, you use the credentials you provide to the gcloud CLI.

      Install the Google Cloud CLI, then initialize it by running the following command:

      gcloud init

Set the CPU overcommit level

The following procedures show you how to create a sole-tenant VM with CPU resources available for overcommitting. If you need to modify the CPU overcommit level of a VM that is running, you must first stop the VM.

Console

In the Google Cloud console, create a sole-tenant VM on a sole-tenant node group that was created from a sole-tenant node template that has CPU overcommit enabled:

  1. Go to the Sole-tenant nodes page.

    Go to Sole-tenant nodes

  2. Click Node Groups.

  3. Click the sole-tenant node group on which to create a VM.

  4. Click Create instance.

  5. Specify the Name, Region, and Zone for the VM.

  6. Under Machine configuration, choose a fixed or custom Machine type with at least 4 vCPUs.

  7. Under CPU overcommit, select Enable CPU overcommit.

  8. Under Minimum vCPUs Allocated, adjust the slider or manually enter the number of vCPUs to specify the level of overcommit for the CPUs on this VM.

  9. Click Create to create a VM instance that has CPU resources available for overcommitting.

gcloud

The following example shows how to use the gcloud compute instances create command to create a sole-tenant VM on a fixed machine type with CPU resources available for overcommitting.

gcloud compute instances create VM_NAME \
    --machine-type=MACHINE_TYPE \
    --min-node-cpu=MIN_VCPUS \
    --node-group=GROUP_NAME

Replace the following:

  • VM_NAME: the name of the VM to overcommit CPUs on.

  • MACHINE_TYPE: the machine type to provision the sole-tenant VM on. The number of CPUs specified by the machine type is the maximum number of CPUs the VM can burst up to from MIN_VCPUS.

  • MIN_VCPUS: the minimum number of vCPUs guaranteed to be available to this VM.

  • GROUP_NAME: the name of the sole-tenant node group to provision the VM on.

Setting the overcommit level on a custom machine type

To create a sole-tenant VM with CPU resources available for overcommitting on a custom machine type, omit the --machine-type flag, and instead, use the --custom-cpu and --custom-memory flags to specify the number of CPUs and the amount of memory, in gigabytes, for the custom machine.

REST

The following example shows how to use the instances.insert command to create a sole-tenant VM on a fixed machine type with CPU resources available for overcommitting.

POST https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/instances

{
  "machineType": "zones/MACHINE_TYPE_ZONE/machineTypes/MACHINE_TYPE",
  "name": "VM_NAME",
  "scheduling": {
    "minNodeCpus": MIN_VCPUS,
    "nodeAffinities": [
      {
        "key": "compute.googleapis.com/node-group-name",
        "operator": "IN",
        "values": [
          "GROUP_NAME"
        ]
      }
    ]
  },
  ...
}

Replace the following:

  • PROJECT_ID: the ID of your project.

  • ZONE: the zone for this request.

  • MACHINE_TYPE_ZONE: the zone hosting the machine type.

  • MACHINE_TYPE: the machine type to provision the sole-tenant VM on. The number of CPUs specified by the machine type is the maximum number of CPUs the VM can burst up to from MIN_VCPUS.

  • VM_NAME: the name of the sole-tenant VM to overcommit CPUs on.

  • MIN_VCPUS: the minimum number of vCPUs guaranteed to be available to this VM.

  • GROUP_NAME: the name of the sole-tenant node group to provision the VM on.

Setting the overcommit level on a custom machine type

To create a sole-tenant VM with CPU resources available for overcommitting on a custom machine type, replace the value for the machineType field with zones/zone/machineTypes/custom-CPUS-MEMORY, replacing CPUS with the number of CPUs and MEMORY with the amount of memory, in megabytes, for the custom machine type.

Update the CPU overcommit level

The following procedures show you how to update the CPU overcommit level of a sole-tenant VM.

gcloud

  1. To modify the CPU overcommit level of a VM that is running, you must first stop the VM. To stop a VM, use the gcloud compute instances stop command as follows:

    gcloud compute instances stop VM_NAME
    

    Replace VM_NAME with the name of the instance that you want to stop.

  2. To update the CPU overcommit level of a sole-tenant VM, use the gcloud compute instances set-scheduling command as follows:

    gcloud compute instances set-scheduling VM_NAME \
      --min-node-cpu=MIN_VCPUS
    

    Replace the following:

    • VM_NAME: the name of the sole-tenant VM to modify the CPU overcommit level.

    • MIN_VCPUS: the minimum number of vCPUs guaranteed to be available to this VM.

REST

  1. To modify the CPU overcommit level of a VM that is running, you must first stop the VM. To stop a VM, construct a POST request using the instances.stop method as follows:

    POST https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/instances/VM_NAME/stop
    

    Replace the following:

    • PROJECT_ID: the ID of your project.

    • ZONE: the zone for this request.

    • VM_NAME: the name of the sole-tenant VM to modify the CPU overcommit level.

  2. To update the CPU overcommit level of a sole-tenant VM, use the instances.setScheduling method as follows:

    POST https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/instances/VM_NAME/setScheduling
    {
    "minNodeCpus":MIN_VCPUS
    }
    

    Replace the following:

    • PROJECT_ID: the ID of your project.

    • ZONE: the zone for this request.

    • VM_NAME: the name of the sole-tenant VM to modify the CPU overcommit level.

    • MIN_VCPUS: the minimum number of vCPUs guaranteed to be available to this VM.

Disable CPU overcommitment for sole-tenant VMs

The following procedures show you how to disable the CPU overcommitment of a sole-tenant VM.

gcloud

The following example shows how to use the gcloud compute instances set-scheduling command disable the CPU overcommitment of a sole-tenant VM.

gcloud compute instances set-scheduling VM_NAME \
  --clear-min-node-cpu

Replace the following:

  • VM_NAME: the name of the sole-tenant VM to disable CPU overcommitment.

REST

The following example shows how to use the instances.setScheduling command to disable the CPU overcommitment of a sole-tenant VM.

POST https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/instances/VM_NAME/setScheduling
{
  "minNodeCpus":null
}

Replace the following:

  • PROJECT_ID: the ID of your project.

  • ZONE: the zone for this request.

  • VM_NAME: the name of the sole-tenant VM to disable CPU overcommitment.

View CPU usage

To check the CPU usage of sole-tenant VMs in a sole-tenant node group, do the following:

  1. In the Google Cloud console, go to the Sole-tenant nodes page.

    Go to Sole-tenant nodes

  2. Click Node groups.

  3. Click the sole-tenant node group containing the sole-tenant node that has the VM with overcommitted CPUs.

  4. Click the sole-tenant node that has the VM with overcommitted CPUs.

  5. Under the name of the sole-tenant node, view the CPU usage, CPU overcommit type, and the Min CPU usage.

    • CPU usage shows the total of the maximum number of CPUs for all of the VMs on this sole-tenant node divided by the number of CPUs specified by the sole-tenant node type.

      The number of CPUs on the node available for overcommitting is the numerator minus the denominator, and the overcommit level is the quotient of the numerator and the denominator.

    • Min CPU usage shows the sum of the minimum number of CPUs allocated for all of the VMs on a sole-tenant node divided by the number of CPUs specified by the node type.

Optimize CPU overcommit levels

To help optimize tuning of your CPU overcommit levels, Compute Engine provides the Scheduler Wait Time metric. The Scheduler Wait Time metric indicates the aggregate wait time for all vCPUs on the VM and helps you determine the impact of CPU overcommit on the VM's performance.

Workload sensitivity varies, but a general rule is to use 20 milliseconds of scheduler wait time accrued per second (20 ms/s) as the maximum wait time for each vCPU. For example, if a VM is set to 8 vCPUs, then a rule-of-thumb threshold is 160 ms/s, which results in an acceptable average Scheduler Wait Time of 20 ms/s per vCPU. The performance requirements of your workload will ultimately dictate acceptable thresholds.

  1. In the Google Cloud console, go to the Monitoring page.

    Go to Monitoring

  2. Click Metrics explorer.

  3. In the Resource type field, enter VM Instance.

  4. In the Metric field, enter Scheduler Wait Time.

  5. Optionally, set up alerting to trigger alerts for VM wait time thresholds by clicking Alerting.

What's next