# System Requirements

The recommended and minimum hardware specifications for operating the WEMIX3.0 blockchain end node are as follows. Both physical servers or cloud virtual machines (VMs) similar to the recommended specifications below can be used.

{% tabs %}
{% tab title="Recommended" %}

* vCPU: 16 core&#x20;
* RAM: 128 GB&#x20;
* Storage: Minimum 1TB SSD (must be expandable periodically)
* Example: [Azure Virtual Machine Standard*E16d*v4](https://azureprice.net/vm/Standard_E16d_v4)&#x20;
  {% endtab %}

{% tab title="Minimum" %}

* vCPU: 8 core&#x20;
* RAM: 64 GB&#x20;
* Storage: Minimum 1TB SSD (must be expandable periodically)
* Example: [Azure Virtual Machine Standard*E8d*v4](https://azureprice.net/vm/Standard_E8d_v4)
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
**Storage**

As the WEMIX network grows, so does the minimum storage requirements. We recommend using more than the minimum requirements to safely run the full nodes.

The storage growth rate varies according to the TPS and transaction size of the WEMIX3.0 blockchain, so full node operators should periodically check the disk size.

In general, you can operate with --gcmode full, which does not store the state information of all previous blocks, but if necessary, when operated with --gcmode archive, the chain data size increases several times faster than operating with --gcmode full. Thus, be careful about it.
{% endhint %}

{% hint style="info" %}
**Operating system**

It is officially recommended to install and run in a Linux-based environment. We plan to provide support for other operating systems in the future.
{% endhint %}


---

# 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.wemix.com/en/install-and-operation/end-node/system-requirements.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.
