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

# Max RAM per machine

The **Max RAM per machine** setting determines the maximum amount of RAM that a virtual machine can utilize on a particular cluster. This setting helps prevent a single VM from consuming excessive resources and affecting the cluster's overall performance.

At the time of installation, the default maximum RAM setting is **64GB**. To run a virtual machine requiring more than 64GB, this setting must be adjusted. Fortunately, changes can be made at runtime, so **a node reboot is not required** to apply the updated setting.

If a VM attempts to use more RAM than allowed by the cluster, an error message, **"Machine exceeds the max amount of RAM allowed on this cluster"**, will be logged. To resolve this, adjust the setting to accommodate the workload.

## Adjusting the Max RAM per machine setting

Follow these steps to adjust the setting:

1. Navigate to **Infrastructure** > **Clusters**.
2. In the **Cluster list view**, select the cluster where the virtual machine is set to run.
3. Select **Edit** in the left-hand menu.
4. Adjust the **Max RAM per machine** setting to accommodate the virtual machine's requirements.
5. Submit the changes by clicking **Submit** at the bottom of the page.
6. Start the virtual machine to confirm the changes.

By increasing the Max RAM per machine setting, larger VMs can be successfully launched on the cluster.

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-08-29
* vergeOS Version: 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:

```
GET https://docs.vergeos-demo.com/knowledge-base/system-administration/max-ram-per-machine.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.
