> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-ko/in-world/settings-and-performance.md).

# 설정 및 성능

Decentraland에서의 설정 및 성능

월드 안에 있을 때, 사이드바 메뉴에서 톱니바퀴 아이콘을 찾아 그래픽, 사운드, 컨트롤, 채팅 설정에 접근하세요.

## 기기에서 Decentraland 성능 최적화하기

Decentraland의 오픈 월드를 렌더링하려면 일정 수준의 기술적 성능이 필요합니다. 아래에 나열된 최소 요구 사항을 충족하지 못하면 성능 저하와 긴 로딩 시간을 경험할 수 있습니다. 이 경우 월드 안에서 그래픽 설정을 낮춰 Decentraland의 성능을 최적화해 볼 수 있습니다.

### **Windows**

|       | 최소 요구 사항                                                   | 권장 설정                                       |
| ----- | ---------------------------------------------------------- | ------------------------------------------- |
| OS    | Windows 10 64비트                                            | Windows 11 64비트                             |
| CPU   | Intel i5 7세대 또는 AMD Ryzen 5 시리즈                            | Intel i7 12세대 또는 AMD Ryzen 7 시리즈            |
| GPU   | Nvidia RTX 20 시리즈 또는 AMD Radeon RX 5000 시리즈(DirectX 12 호환) | Nvidia RTX 30 시리즈 또는 AMD Radeon RX 6000 시리즈 |
| VRAM  | 6 GB                                                       | 12 GB                                       |
| RAM   | 16GB                                                       | 32 GB                                       |
| 저장 공간 | 8GB HDD                                                    | 20GB SDD                                    |

### **Mac**

|       | 최소 요구 사항                     | 권장 설정                      |
| ----- | ---------------------------- | -------------------------- |
| OS    | macOS 11 Big Sur             | macOS 12 Monterey          |
| CPU   | Apple M1                     | Apple M1 Pro/M2            |
| GPU   | Apple M1 통합 GPU(Metal 지원 필요) | Apple M1 Pro/M2 Pro 통합 GPU |
| VRAM  | 6 GB                         | 12 GB                      |
| RAM   | 16GB                         | 32 GB                      |
| 저장 공간 | 8GB HDD                      | 20GB SDD                   |

### 그래픽 설정 조정

기기가 Decentraland의 최소 하드웨어 요구 사항을 모두 충족하지 못하더라도, 월드 안에서 그래픽 설정을 낮춰 경험을 최적화해 볼 수 있습니다. 최고의 성능을 위한 설정은 다음과 같습니다:

![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-044a4fefb30ce2b0602a92cb81b3f9721b2f1ce7%2Flowsettings.png?alt=media)

## 사운드 설정

Decentraland 경험을 맞춤 설정할 수 있도록 개별 사운드의 볼륨을 조정하세요:

* **마스터:** 모든 사운드에 영향
* **UI SFX:** Decentraland에 로그인할 때 재생되는 음악에 영향
* **월드 내 음악 및 SFX:** 음악, 스트림에서 나오는 오디오, 그리고 씬에서 생성되는 기타 모든 음향 효과에 영향
* **아바타 및 이모트 SFX:** 아바타와 사운드 효과가 있는 이모트의 소리에 영향

![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-7d52254bce9f776906df55d193ad9b395be1c356%2Fsound.png?alt=media)

## 컨트롤 설정

여기에서 월드 안에서의 마우스 감도를 조정할 수 있습니다.

![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-f1c739d45ccbc26a574c7bb76ee4396d86e8c4f1%2Fcontrol.png?alt=media)

## 채팅 설정

메인 설정에서 모든 채팅에 대한 알림 및 말풍선 기본 설정과 DM 권한을 한 번에 수정할 수 있습니다. 자세한 내용은  [**채팅**](/player/player-ko/in-world/friends-and-chatting.md#chat-settings) 섹션을 참조하세요.

![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-2461983981075746896dd0f8e297d509338897d3%2Fchat15.png?alt=media)


---

# 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://docs.decentraland.org/player/player-ko/in-world/settings-and-performance.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.
