API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Edge Cloud
Edge Cloud
OverviewBillingTerraform
API
Chosen image
Home/Edge Cloud/Getting started/Quotas

Request a quota increase

Overview

On the Quotas Viewer page, you can find how much of the available resources (Virtual Machines shared count, vCPUs count, RAM size, etc.) you're currently using, check resource limits, and request more resources. We'll review your request for up to two business days.

Limit changes don't affect your payments. We charge only for the used resources.

Categories group the resources for which there are quotas:

  • Computer Service
  • Storage
  • Network Service
  • Load Balancer Service
  • Kubernetes Service
  • AI
  • Functions Service
  • Logging Service
  • Database Service

How to send a request

1. In the Gcore Customer Portal, navigate to Quotas Viewer in the Cloud Management section and select the region where you want to request a quota increase.

Some resources may only be available in some regions.

Region selection

2. Select the desired quota category to open the list of included resources or type the name in the search bar. Set the desired amount of resources requested by clicking plus or minus on the right, or write the number manually. An orange circle appears next to the line where you changed the number of resources.

You can increase the number of resources in several categories per request. If you want to request an increase in the quota in several regions at once, specify the number of resources in one region (e.g., Amsterdam) and then choose another region (e.g., Frankfurt) and identify resources there.

Category selection

3. Check whether the number of quotas in all regions (if you have selected several) is correct in the "Selected resources" block on the right. If something is wrong, correct it right in the block.

Final check

4. Leave a comment for our technical support—write what you are requesting resources for and click Send request.

The field for the explanation comment

Note that you can send only ten quota requests not processed by the support team. Not processed requests mean that requests are in progress: not approved or rejected. You will see an error if there are more than ten quota requests. In this case, please get in touch with the support team.

Was this article helpful?

Not a Gcore user yet?

Discover our offerings, including virtual instances starting from 3.7 euro/mo, bare metal servers, AI Infrastructure, load balancers, Managed Kubernetes, Function as a Service, and Centralized Logging solutions.

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });