[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-18。"],[],[],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."]]