# Budget\_Software-Servers

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

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

1. **Adjusted Price**: The price is calculated at a rate of €1 per GB of RAM allocated.
   * Formula: `Price = €1 * GB of RAM`
2. **CPU-Cores**: The number of CPU-Cores is determined by the following formula:
   * Formula: `CPU-Cores = (RAM // 8) + 1`
   * Where `RAM // 8` is the integer division of the amount of RAM in GB by 8.
3. **Databases**: The number of available databases is calculated by adding the CPU-Cores to the integer division of the amount of RAM in GB by 4.
   * Formula: `Databases = (RAM // 4) + 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 adding the result of the integer division of RAM in GB by 2 to the product of CPU-Cores multiplied by 5.
   * Formula: `Storage = (RAM // 2) + (CPU-Cores * 5)`
   * Where `RAM // 2` is the integer division of the amount of RAM in GB by 2.
5. **Backup**: The backup space is equal to the storage.
   * Formula: `Backup = Storage`

{% hint style="info" %}
7003 usually = 7R13 or 7763v. 9004 usually = 9R14 or 9V74.
{% endhint %}

### Budget SoftwareServers Specs:

| <mark style="color:green;">Name:</mark>            | BUDGET STARTER     | TURBO LITE         | POWER BASIC        |
| -------------------------------------------------- | ------------------ | ------------------ | ------------------ |
| <mark style="color:green;">CPU:</mark>             | Amd Epyc 7003/9004 | Amd Epyc 7003/9004 | Amd Epyc 7003/9004 |
| <mark style="color:green;">CPU-Cores:</mark>       | 1                  | 1                  | 2                  |
| <mark style="color:green;">RAM:</mark>             | 1GB DDR4/5         | 2GB DDR4/5         | 4GB DDR4/5         |
| <mark style="color:green;">SWAP:</mark>            | 1GB                | 1GB                | 1GB                |
| <mark style="color:green;">Storage:</mark>         | 5GB SSD            | 5GB SSD            | 10GB SSD           |
| <mark style="color:green;">Backup:</mark>          | 5GB                | 5GB                | 10GB               |
| <mark style="color:green;">Databases:</mark>       | 1                  | 2                  | 4                  |
| <mark style="color:green;">Price (monthly):</mark> | 1€                 | 2€                 | 4€                 |

{% hint style="danger" %}
IF YOU REQUIRE ANY OTHER CONFIGURATION OR TO CUSTOMIZE A SERVICE TO YOUR NEEDS, 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/budget_software-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.
