> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/goormide/container/spec.md).

# 컨테이너 성능

### 컨테이너 성능

필요와 사용 목적에 따라 컨테이너의 성능을 변경하여 크레딧을 효율적으로 사용할 수 있습니다.&#x20;

**일반 컨테이너** 성능은 총 4 가지로 구분되며 성능 종류에 따라 컨테이너 사용 시 차감되는 크레딧의 개수가 달라집니다. \
**GPU 컨테이너**는 24년 5월 2일부로 향상된 GPU 컨테이너를 사용하실 수 있습니다. 이에 따라 새로 출시된  GPU 컨테이너는 **특별 할인가**로 제공됩니다.&#x20;

<table data-full-width="false"><thead><tr><th width="184">종류</th><th width="212">성능</th><th width="207">시간당 차감되는 크레딧</th><th>가격</th></tr></thead><tbody><tr><td>Micro</td><td>0.5 vCPU, 1GB Memory</td><td>2.25개</td><td>45원</td></tr><tr><td>Small</td><td>2 vCPU, 2GB Memory</td><td>5.25개</td><td>105원 </td></tr><tr><td>Medium</td><td>4 vCPU, 4GB Memory</td><td>9.75개</td><td>195원</td></tr><tr><td>Large</td><td>8 vCPU, 8GB Memory</td><td>18.75개</td><td>375원</td></tr><tr><td>GPU<br>(24년5월2일 이전)</td><td>1.5 vCPU, 10GB Memory</td><td>9개</td><td>180원</td></tr><tr><td>GPU Basic</td><td>3.5 vCPU, 13GB Memory</td><td><del>17.25개</del> → 13.2개</td><td><del>345원</del> → 264원</td></tr></tbody></table>

<mark style="color:blue;">크레딧은 개당 20원입니다. 자세한 내용은</mark> [<mark style="color:blue;">크레딧 도움말</mark>](/ko/goormide/credits/about.md)<mark style="color:blue;">을 참고해 주세요.</mark>

{% hint style="danger" %}
컨테이너 내부 프로그램에 의해 컴퓨팅 자원을 과다 점유할 경우 컨테이너가 정지될 수 있습니다.
{% endhint %}

### 컨테이너 성능 설정하기

컨테이너 생성 시 필요에 따라 성능을 설정하여 생성할 수 있습니다. 이미지 혹은 이미지팩을 통해 컨테이너를 생성할 때도 마찬가지로 컨테이너 성능을 설정하여 생성할 수 있습니다.

&#x20;                                                        ![](/files/bVDsMQo4tiJOIdmDlV1O)

일반 컨테이너의 경우에는, 컨테이너 설정 페이지에서 <img src="/files/qrODYsX3JqxhhsWVgdiK" alt="" data-size="line">버튼을 통해 기존 컨테이너의 성능을 설정할 수 있습니다. 따라서 컨테이너 생성 이후에도 언제든지 필요와 목적에 따라 컨테이너 성능을 설정하여 실행할 수 있습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.goorm.io/ko/goormide/container/spec.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
