> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/vi/system-administration/max-ram-per-machine.md).

# RAM tối đa cho mỗi máy

Tham số **RAM tối đa cho mỗi máy** cài đặt này xác định lượng RAM tối đa mà một máy ảo có thể sử dụng trên một cụm cụ thể. Cài đặt này giúp ngăn một VM duy nhất tiêu thụ quá nhiều tài nguyên và ảnh hưởng đến hiệu suất tổng thể của cụm.

Tại thời điểm cài đặt, cài đặt RAM tối đa mặc định là **64GB**. Để chạy một máy ảo yêu cầu hơn 64GB, cần điều chỉnh cài đặt này. May mắn là có thể thực hiện thay đổi khi đang chạy, nên **không cần khởi động lại nút** để áp dụng cài đặt đã cập nhật.

Nếu một VM cố gắng sử dụng nhiều RAM hơn mức cho phép của cụm, một thông báo lỗi, **"Máy vượt quá dung lượng RAM tối đa được phép trên cụm này"**, sẽ được ghi lại. Để khắc phục, hãy điều chỉnh cài đặt để phù hợp với khối lượng công việc.

## Điều chỉnh cài đặt RAM tối đa cho mỗi máy

Thực hiện theo các bước sau để điều chỉnh cài đặt:

1. Điều hướng tới **Cơ sở hạ tầng** > **Các cụm**.
2. Trong **Chế độ xem danh sách cụm**, chọn cụm nơi máy ảo được thiết lập để chạy.
3. Chọn **Chỉnh sửa** trong menu bên trái.
4. Điều chỉnh **RAM tối đa cho mỗi máy** cài đặt để đáp ứng các yêu cầu của máy ảo.
5. Gửi các thay đổi bằng cách nhấp vào **Gửi** ở cuối trang.
6. Khởi động máy ảo để xác nhận các thay đổi.

Bằng cách tăng cài đặt RAM tối đa cho mỗi máy, các VM lớn hơn có thể được khởi chạy thành công trên cụm.

***

{% hint style="info" %}
**Thông tin tài liệu**

* Cập nhật lần cuối: 2024-08-29
* Phiên bản vergeOS: 4.12.6
  {% endhint %}


---

# 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.verge.io/knowledge-base/vi/system-administration/max-ram-per-machine.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.
