> For the complete documentation index, see [llms.txt](https://docs.hypercore.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypercore.vn/platform-overview/thong-tin-dac-ta-phan-cung.md).

# Thông tin đặc tả phần cứng

Bảng dưới đây là thông số kỹ thuật của hạ tầng máy chủ được HyperCore sử dụng để cung cấp dịch vụ VPS, Cloud Server.

| Bộ xử lý CPU                       | Bộ nhớ RAM (tối đa) | Ổ cứng                              | Uplink  |
| ---------------------------------- | ------------------- | ----------------------------------- | ------- |
| Dual Intel Gold (2.1 – 3.7 GHz)    | 768GB               | Enterprise NVMe SSD (Gen 3)         | 10 Gbps |
| Dual Intel Gold (2.7 – 3.9 GHz)    | 512GB               | Enterprise NVMe SSD (Gen 4) – Ceph  | 10 Gbps |
| Dual AMD EPYC 7002 (2.8 – 3.4 GHz) | 1024GB              | RAID-10 Enterprise NVMe SSD (Gen 4) | 10 Gbps |
| AMD Ryzen 5000 (3.4 – 4.6 GHz)     | 128GB               | NVMe SSD (Gen 4)                    | 10 Gbps |

*Bảng trên chỉ nhằm cung cấp thông tin chi tiết về đặc tả phần cứng mà HyperCore sử dụng trên hạ tầng đám mây, không phải là cam kết dịch vụ. Hạ tầng máy chủ, phần cứng của HyperCore có thể thay đổi khi có công nghệ mới, hoặc nhu cầu của HyperCore thay đổi trong tương lai.*


---

# 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.hypercore.vn/platform-overview/thong-tin-dac-ta-phan-cung.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.
