> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-pt/productos/servers-2/details/technical-specs.md).

# Características técnicas

As especificações de um servidor da Plenit. Para decidir que tamanho precisas, vai a [Dimensiona o teu servidor](/docs-pt/productos/servers/concepts/size-cpu-ram-disk.md) em Conceitos.

### Computação

|               |                           |
| ------------- | ------------------------- |
| vCPU          | Até 32                    |
| RAM           | Até 128 GB                |
| Processador   | Intel Xeon Scalable       |
| Escalonamento | Em quente, sem reinstalar |

### Armazenamento

|                   |                                            |
| ----------------- | ------------------------------------------ |
| Tecnologia        | NVMe · NetApp All-Flash (ONTAP)            |
| Disco de sistema  | A partir de 60 GB                          |
| Discos de dados   | Adicionais, cada um com Cópia de segurança |
| Redimensionamento | Ampliação em quente                        |

A redução de um Disco é mais delicada do que a ampliação; o procedimento está em How-to.

### Hardware

|              |                          |
| ------------ | ------------------------ |
| Servidores   | Dell                     |
| Processador  | Intel Xeon Scalable      |
| Memória      | DDR5 ECC                 |
| Redundância  | Cluster N+1              |
| Alimentação  | Fonte dupla (PSU)        |
| Rede do host | Ligações agregadas (LAG) |

Se um host do cluster falhar, as suas máquinas virtuais são reiniciadas noutro host disponível. Esta é a resiliência da infraestrutura física; o desenho de Alta disponibilidade por zonas defines tu (vê-lo-ás em Conceitos quando estiver disponível).

### Virtualização

|              |                   |
| ------------ | ----------------- |
| Hipervisor   | KVM               |
| Orquestração | Apache CloudStack |

### Rede física

|                       |            |
| --------------------- | ---------- |
| Arquitetura           | Spine-leaf |
| Virtualização de Rede | VXLAN      |

### Onde seguir

* Para regiões e zonas: [Regiões e zonas de disponibilidade](/docs-pt/productos/servers/details/regions-and-availability-zones.md).
* Para o compromisso de disponibilidade: [Disponibilidade de serviço](/docs-pt/productos/servers/details/service-availability.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plenit.com/docs-pt/productos/servers-2/details/technical-specs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
