---
title: "VDS Server Configurations"
sidebar_label: "Configurations"
sidebar_position: 3
description: "Description of fixed VDS server configurations: vCPU, RAM, and local disk specifications"
---

import {CustomTable} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# VDS server configurations

When [creating a VDS server](/vds-servers/create-server.mdx), fixed configurations with different resource ratios are available:

* vCPU — number of virtual processor cores;
* RAM — amount of RAM;
* local disk — size of the data storage on the physical server. The size of the local disk is fixed and cannot be changed independently of the configuration.

Custom configuration of the vCPU, RAM, and local disk size ratio is not available. If you need a custom configuration, [create a cloud server](/cloud-servers/create/create-server.mdx).

After creating a VDS server, you can [change the configuration](/vds-servers/manage/change-configuration.mdx).

## Processors \{#available-processors}

VDS servers run on Intel® Xeon® Gold 6240R @ 2.40 GHz processors in Moscow and St. Petersburg.

## Local disks \{#local-disks}

VDS servers use local NVMe SSDs in a RAID 10 configuration. Network volumes for VDS servers are not available.

Local disk performance: read — 12 800 IOPS, write — 6 400 IOPS. Throughput — 300 MB/s.

Learn more about local disks in the [Local cloud server disks](https://docs.selectel.ru/cloud-servers/volumes/about-local-disks/) instruction.

## List of available configurations \{#server-configurations-list}

<CustomTable>
  <table data-sticky>
    <thead>
      <tr>
        <th />

        <th>vCPU count</th><th>RAM, GB</th><th>Local disk, GB</th><th>Task</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <th>VDS 1-1-10</th><td>1</td><td>1</td><td>10</td>

        <td>
          * personal website;
          * landing page;
          * educational project
        </td>
      </tr>

      <tr>
        <th>VDS 1-2-25</th><td>1</td><td>2</td><td>25</td>

        <td>
          * personal website;
          * landing page;
          * educational project
        </td>
      </tr>

      <tr>
        <th>VDS 2-2-40</th><td>2</td><td>2</td><td>40</td>

        <td>
          * small web project;
          * cms-based blog
        </td>
      </tr>

      <tr>
        <th>VDS 2-4-50</th><td>2</td><td>4</td><td>50</td>

        <td>
          * small web project;
          * CMS-based blog
        </td>
      </tr>

      <tr>
        <th>VDS 4-8-80</th><td>4</td><td>8</td><td>80</td>

        <td>
          * web application with medium load
        </td>
      </tr>

      <tr>
        <th>VDS 6-12-120</th><td>6</td><td>12</td><td>120</td>

        <td>
          * high-load application;
          * multiple services
        </td>
      </tr>

      <tr>
        <th>VDS 8-16-160</th><td>8</td><td>16</td><td>160</td>

        <td>
          * high-load application;
          * multiple services
        </td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
