# Premium\_Game-Servers

#### Creation of Resources for HidenCloud Plans: PREMIUM

In HidenCloud, the resources for plans are created according to specific optimization rules. Below are the detailed rules for the "PREMIUM" plan:

1. **Price**: The price is calculated directly based on the amount of RAM allocated, at a rate of €2,5 per GB of RAM.
   * Formula: `Price = €2,5 * GB of RAM`
2. **CPU-Cores**: The number of CPU-Cores is determined by the following formula:
   * Formula: `CPU-Cores = (RAM // 4) + 2`
   * Where `RAM // 4` is the integer division of the amount of RAM in GB by 4.
3. **Databases**: The number of available databases is calculated by multiplying the integer division of the amount of RAM in GB by 4 by 2, and then adding the CPU-Cores.
   * Formula: `Databases = (RAM // 4) * 2 + CPU-Cores`
   * Where `RAM // 4` is the integer division of the amount of RAM in GB by 4.
4. **Storage**: The storage space (in GB) is determined by multiplying the integer division of RAM in GB by 4 by 10, and then adding the product of CPU-Cores multiplied by 5.
   * Formula: `Storage = (RAM // 4) * 10 + (CPU-Cores * 5)`
   * Where `RAM // 4` is the integer division of the amount of RAM in GB by 4.
5. **Backup**: The backup space is equal to the storage.
   * Formula: `Backup = Storage`

{% hint style="warning" %}
The Premium Game Servers series comes without Simultaneous Multithreading (SMT), meaning a vCPU is now mapped to a full physical core, allowing software processes to run on dedicated and uncontested resources.

9004 usually = 9R14 or 9V74.
{% endhint %}

### Premiium GameServers Specs:

<table data-header-hidden data-full-width="true"><thead><tr><th>NUEVO:</th><th>Premium_Game-Servers</th><th></th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:purple;">Name:</mark></td><td>PERFORMANCE STARTER</td><td>TURBO BOOST</td><td>POWER PLUS</td><td>DELUXE PERFORMANCE</td><td>PERFORMANCE PRO</td><td>HYPER ELITE</td></tr><tr><td><mark style="color:purple;">CPU:</mark></td><td>Amd Epyc 9004 / Intel Xeon E-2288G @5GHz</td><td>Amd Epyc 9004 / Intel Xeon E-2288G @5GHz</td><td>Amd Epyc 9004 / Intel Xeon E-2288G @5GHz</td><td>Amd Epyc 9004 / Intel Xeon E-2288G @5GHz</td><td>Amd Epyc 9004 / Intel Xeon E-2288G @5GHz</td><td>Amd Epyc 9004 / Intel Xeon E-2288G @5GHz</td></tr><tr><td><mark style="color:purple;">CPU-Cores:</mark></td><td>3</td><td>3</td><td>4</td><td>4</td><td>5</td><td>5</td></tr><tr><td><mark style="color:purple;">RAM:</mark></td><td>4GB DDR5</td><td>6GB DDR5</td><td>8GB DDR5</td><td>12GB DDR5</td><td>16GB DDR5</td><td>18GB DDR5</td></tr><tr><td><mark style="color:purple;">SWAP:</mark></td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td><td>2GB</td></tr><tr><td><mark style="color:purple;">Storage:</mark></td><td>20GB NVMe</td><td>25GB NVMe</td><td>35GB NVMe</td><td>45GB NVMe</td><td>60GB NVMe</td><td>65GB NVMe</td></tr><tr><td><mark style="color:purple;">Backup:</mark></td><td>20GB</td><td>25GB</td><td>35GB</td><td>45GB</td><td>60GB</td><td>65GB</td></tr><tr><td><mark style="color:purple;">Databases:</mark></td><td>4</td><td>5</td><td>7</td><td>9</td><td>12</td><td>13</td></tr><tr><td><mark style="color:purple;">Price (monthly):</mark></td><td>10€</td><td>15€</td><td>20€</td><td>30€</td><td>40€</td><td>45€</td></tr></tbody></table>

{% hint style="danger" %}
IF YOU NEED ANY OTHER SETTINGS OR TO CUSTOMIZE A SERVICE ACCORDING TO YOUR NEEDS, PLEASE CONTACT SUPPORT.

IF YOU WANT THE PREMIUM / PERFORMANCE PLAN WITH ANY OTHER GAME, PLEASE CONTACT SUPPORT. [Contact and Help](/information/contact.md)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidencloud.com/game-server-paid-plan/premium_game-servers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
