Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
All solutions
    • All solutions for VPC
    • Fixing errors when deleting a cloud network
    • Errors in geographic attribution of Yandex Cloud resource IP addresses
    • Troubleshooting network performance when using cloud resources
    • Fixing TLS connection errors on VMs
    • Cannot delete a security group
    • Resolving issues with sending emails via SMTP from external IP addresses
    • Resolving the `Quota limit vpc.externalStaticAddresses.count exceeded` error
    • Resolving the `Quota limit vpc.routeTables.count exceeded` error
    • How to disable DDoS protection
    • Moving an external static IP address to another cloud
    • How to view incoming or outgoing traffic logs for a VM
    • How to determine the speed of communication channels
    • Checking for traffic, connection speed, and bandwidth limitations
    • How to change the network or subnet for an MDB cluster
    • How to read the `Connections quota utilization` chart
    • How to assign a fixed IP address to a NAT gateway
    • How to enable egress NAT
    • How to route traffic between two cloud networks
    • How to enable advanced DDoS protection
    • How to use IPv6 addresses
    • How to use a fault-tolerant VPN or NGFW
    • How to restore an IP address
    • How a NAT gateway is different from a NAT instance
    • How to re-assign an IP address to a different availability zone
    • How to block an IP address

In this article:

  • Case description
  • Solution
  1. VPC
  2. How to read the `Connections quota utilization` chart

How to read the Connections quota utilization chart

Written by
Yandex Cloud
Updated at December 17, 2025
  • Case description
  • Solution

Case descriptionCase description

You need to figure out how to read the Connections quota utilization chart.

SolutionSolution

Connections quota utilization is a percentage of the limit (50,000) on the number of concurrent TCP/UDP connections on a VM instance. For each connection, we preserve a certain state, which is alive in the following scenarios:

  • As long as the network connection is active.
  • Until the session closes (FIN/RST).
  • Within three minutes after receiving the last packet.

Note

Certain software, for example, Docker Swarm overlay networks, generate a lot of unclosed UDP connections. As a result, the limit may be quickly exhausted. To bypass this limit, you can enable the Superflow option that allows you to increase the connection limit with a large number of connections counted as one by the hypervisor.

When a VM's network subsystem is running, a certain part of its vCPU is utilized by default.

For example, in some cases, multiple network connections can be combined by the hypervisor into one flow. This approach differs from the software-based network acceleration, another way to speed up I/O operations on a VM.

If you enabled the Software network acceleration option for the VM when creating it, incoming network packets will be processed on separate dedicated hypervisor cores. This way, you can reduce the vCPU consumption by your VM by making the services running on your VMs more stable at peak loads.

For more information, see this guide.

Was the article helpful?

Previous
How to change the network or subnet for an MDB cluster
Next
How to assign a fixed IP address to a NAT gateway
© 2026 Direct Cursus Technology L.L.C.