> 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/run-the-platform/tenants/add-tenant-resources.md).

# Increasing a Tenant's Resources

## Tenant Node Planning

When increasing a tenant's compute resources, evaluate if the needed increase can be added to an existing tenant node or scaling out with an additional node is necessary. The maximum resources that can be added to a single tenant node is determined by the cluster settings: ***Max RAM per machine*** and ***Max cores per machine*** for the cluster to which the tenant node is assigned.

In General, it is best to max out the compute resources assigned to each tenant node before adding an additional node; however, there may be situations where it will be better to balance resources between tenant nodes.

**Example:**

* A customer needs a total of 64GB RAM, and the max allowed on the cluster is 62GB.
* Rather than max out the first tenant node at 62GB and add a second node at only 2GB, it would be better to equally balance between 2 - each with 32GB RAM, as it would not be practical to run a node with only 2GB.

For additional guidance in planning tenant node resources, contact Support. Instructions below cover adding resources to an existing tenant node and adding another tenant node.

## Add Resources to an Existing Tenant Node

1. From the **tenant dashboard**, click **Nodes** on the left menu.
2. The node list appears. **Double-click** the desired **node**.
3. The **tenant node Dashboard** appears. Click **Edit** on the left menu.
4. Modify the Cores and/or RAM fields as desired.
5. Click **Submit**.

## Add a Tenant Node

1. From the **tenant dashboard**, click **Nodes** on the left menu.
2. Click **New** on the left menu.
3. Select the number of ***Cores*** to provision to the tenant node.
4. Select the amount of ***RAM*** to provision to the tenant node (can be specified in Gigabyte or Megabyte) **NOTE:** The system will always allow assignment of Cores/RAM to a tenant node regardless of how much RAM has already been provisioned; however, the resources must actually be available to power on the tenant node.
5. **Optionally**, a ***cluster*** can be selected on which to run the tenant, or it can be left at --Default -- (specified by system > Settings > Default cluster for tenant nodes).
6. **Optionally**, a ***Failover cluster*** can be selected on which to run the tenant if the primary selected cluster is not available. Or it can be left at --Default -- (specified by **system > Settings >** ***Default cluster for tenant nodes***)
7. Setting a ***Preferred node*** is **not typically recommended** for tenant nodes. This is an advanced setting for tenant nodes; setting incorrectly can adversely affect built-in redundancy. Use this setting with care. Consult with Support for additional assistance, if needed.
8. **Optionally**, a ***Description*** can be entered to record further information for this tenant node.
9. Select desired ***On Power Loss*** setting:
   * **Last State** - tenant will only be powered on if it was on at the time of power loss.
   * **Leave Off** - tenant will not be powered on when power is restored (regardless of its state at the time of power loss).
   * **Power On** - tenant will be powered on when power is restored (regardless of its state at the time of power loss).
10. Click **Submit**.

## Provision Additional Storage to a Tenant

### Provision a New Tier of Storage to a Tenant

1. Navigate to the **tenant dashboard**.
2. Click **Add Storage** on the left menu.
3. Select the desired **Tier** from the dropdown list.
4. **Enter the desired amount of storage in the Provisioned field** and select the desired unit of measure (B, KB, MB, GB, TB)
5. Click **Submit** to add the provisioned storage.

### Add More Storage on a Tier that is Already Provisioned to the Tenant

1. Navigate to the **tenant dashboard**.
2. Scroll down to the ***Storage*** **section**.
3. Click the **Edit** button (far right) for the desired tier.
4. **Change the Provisioned field to the total amount to be provisioned** to the tenant. (For example, if the current amount is 50GB and you want to add 25GB, enter the new desired total: 75GB).


---

# 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/run-the-platform/tenants/add-tenant-resources.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.
