Stay organized with collections
Save and categorize content based on your preferences.
Quotas and limits
This page provides details on the limits that apply to using
Cloud Profiler.
Profiler API quotas and limits
The Profiler API quotas place limits on the number of API
requests that the Profiler backend can support for a specific
Google Cloud project. The quotas include limits on the following:
An update request is issued each time a deployment collects a
profile type.
Deployments that collect two profile types issue twice as many update
requests as deployments that collect one profile type.
Number of update requests per day.
Number of list-profiles requests per day.
A list-profiles request can be issued to retrieve the profiles for your
existing deployments.
If you exceed a quota, the Profiler backend rejects the API
request. For example, assume that the quota for the number of new deployments
per day is 75. If 80 new deployments are created in one day, then no profiling
data is collected for 5 of the deployments.
As a second example, assume that you have 10 deployments for a service that
collects Heap and Wall time profiling. In this case, the quota for the number
of update requests per minute must be at least 20:
10 deployments x 2 profile types per deployment x 1 update request per profile type per minute
= 20 update requests per minute (on average)
If this quota is less than 20, then some profiles aren't transmitted
successfully to the Profiler backend.
Managing your quota
You can view, decrease, and increase your Profiler
API quota. For more information about quotas, see the Cloud Quotas documentation:
To view your Profiler API quota and current usage, from the
Google Cloud console, go to Quotas:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Quotas and limits\n=================\n\nThis page provides details on the limits that apply to using\nCloud Profiler.\n\nProfiler API quotas and limits\n------------------------------\n\nThe Profiler API quotas place limits on the number of API\nrequests that the Profiler backend can support for a specific\nGoogle Cloud project. The quotas include limits on the following:\n\n- Number of new [profiler-agent deployments](/profiler/docs/concepts-profiling#collection) per day.\n- Number of update requests per minute.\n\n An update request is issued each time a deployment collects a\n [profile type](/profiler/docs/about-profiler#types_of_profiling_available).\n Deployments that collect two profile types issue twice as many update\n requests as deployments that collect one profile type.\n- Number of update requests per day.\n\n- Number of list-profiles requests per day.\n\n A list-profiles request can be issued to retrieve the profiles for your\n existing deployments.\n\nIf you exceed a quota, the Profiler backend rejects the API\nrequest. For example, assume that the quota for the number of new deployments\nper day is 75. If 80 new deployments are created in one day, then no profiling\ndata is collected for 5 of the deployments.\n\nAs a second example, assume that you have 10 deployments for a service that\ncollects Heap and Wall time profiling. In this case, the quota for the number\nof update requests per minute must be at least 20: \n\n```sh\n10 deployments x 2 profile types per deployment x 1 update request per profile type per minute\n = 20 update requests per minute (on average)\n```\n\nIf this quota is less than 20, then some profiles aren't transmitted\nsuccessfully to the Profiler backend.\n| **Note:** Before creating a deployment, ensure that this action doesn't result in you exceeding any of the Profiler API quotas.\n\nManaging your quota\n-------------------\n\nYou can view, decrease, and increase your Profiler\nAPI quota. For more information about quotas, see the [Cloud Quotas documentation](/docs/quotas/overview):\n\n- To view your **Profiler API** quota and current usage, from the\n Google Cloud console, go to **Quotas**:\n\n [Go to Quotas](https://console.cloud.google.com/iam-admin/quotas)\n\n To limit your view to the Profiler API usage, set the\n **Service** menu to select only the **Profiler API**.\n- To decrease your Profiler API quota, see\n [Create a quota override](/docs/quotas/view-manage#create_override).\n\n- To request an increase in your Profiler API quota, see\n [Request a quota adjustment](/docs/quotas/help/request_increase).\n\nData retention periods\n----------------------\n\nData collected by Cloud Profiler is retained for\n30 days."]]