# System Requirements

WEMIX3.0 블록체인 앤드 노드를 운영하기 위한 권장 및 최소 하드웨어 스펙은 다음과 같습니다. 아래의 권장 사양과 유사한 물리 서버 혹은 클라우드 VM(Virtual Machine) 모두 사용가능합니다.&#x20;

{% tabs %}
{% tab title="권장" %}

* vCPU: 16 core&#x20;
* RAM: 128 GB&#x20;
* Storage: 최소 1TB SSD (주기적으로 확장 가능해야 함)
* 예시: [Azure Virtual Machine Standard*E16d*v4](https://azureprice.net/vm/Standard_E16d_v4)&#x20;
  {% endtab %}

{% tab title="최소" %}

* vCPU: 8 core&#x20;
* RAM: 64 GB&#x20;
* Storage: 최소 1TB SSD (주기적으로 확장 가능해야 함)
* 예시: [Azure Virtual Machine Standard*E8d*v4](https://azureprice.net/vm/Standard_E8d_v4)
  {% endtab %}
  {% endtabs %}

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

WEMIX 네트워크가 성장함에 따라 최소 스토리지 요구 사항도 늘어납니다. 안전하게 풀노드를 실행하려면 최소 요구 사항 이상을 사용하는 것이 좋습니다.&#x20;

WEMIX3.0 블록체인의 TPS 및 거래크기에 따라 스토리지의 증가속도가 다르므로 풀노드 운영자는 주기적으로 디스크 사이즈를 확인해야 합니다.

일반적으로 경우, 모든 이전 블록의 상태정보를 저장하지 않는 --gcmode full로 운영하면 되지만, 필요에 따라 --gcmode archive로 운영할 경우, --gcmode full로 운영하는 것에 비하여 수배이상 빠르게 chaindata 사이즈가 증가하니 주의하셔야 합니다.
{% endhint %}

{% hint style="info" %}
**운영체제**

공식적으로 리눅스 기반 환경에서의 설치 및 실행을 권장합니다. 추후 다른 운영체제에 대한 지원을 제공할 예정입니다.
{% 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/ko/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.
