# Set Capacity Limit

The capacity limit is the maximum number of Checker Nodes allowed to run on your client. The default value is 100, but you can configure your own capacity limit from 1 to 100.

Please note that there are [minimum resource requirements](/checker-guide/how-to-run-checker-nodes/what-is-a-checker-node-client/what-is-the-hardware-requirements-for-running-checker-node-client.md) for the machine, which scale linearly with the number of nodes running.

### Set Capacity Limit

#### Linux CLI

Please note that it is a prerequisite to use this command that the at least one node owner has [initiates the delegation process](/checker-guide/how-to-manage-checker-nodes/delegate-and-undelegate.md#delegate) to this burner wallet address.

Set capacity: <mark style="color:red;">`aethir setting capacity [value]`</mark>

Check current capacity: <mark style="color:red;">`aethir setting capacity get`</mark>

#### Windows GUI

You can adjust your capacity limit on the Settings tab or via the quick link on your Dashboard.

<figure><img src="/files/e9wTwxsFwxtctnN3tqqp" alt=""><figcaption><p>Checker Client - Settings</p></figcaption></figure>

### Test Maximum Capacity

{% hint style="info" %}
This feature is not yet available! Stay tuned to our [release notes](/checker-guide/release-notes.md) for updates!
{% endhint %}

The Test Capacity tool calculates your machine’s daily task capacity and recommends the ideal number of licenses to bind. It generally takes 5–20 minutes to generate the results.

{% hint style="warning" %}
Note: Exceeding the recommended capacity will lead to inability to complete tasks assigned, affecting your rewards.
{% endhint %}

**Linux CLI**

Please note that it is a prerequisite to use this command that the at least one node owner has [initiates the delegation process](/checker-guide/how-to-manage-checker-nodes/delegate-and-undelegate.md#delegate) to this burner wallet address.

Run Test Capacit&#x79;**:** <mark style="color:red;">`aethir test capacity`</mark>

Check Test Result&#x73;**:** <mark style="color:red;">`aethir test capacity get`</mark>

**Windows GUI**

Navigate to the **Settings** tab or use the Dashboard quick link to start the test.

Follow prompts and view results once the test completes.


---

# Agent Instructions: 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.aethir.com/checker-guide/how-to-run-checker-nodes/set-capacity-limit.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.
