> 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-zh/shi-jie-nei/settings-and-performance.md).

# 设置与性能

Decentraland 中的设置与性能

当您在世界中时，请在侧边栏菜单中寻找齿轮图标，以访问图形、声音、控制和聊天设置。

## 在您的设备上优化 Decentraland 性能

渲染 Decentraland 的开放世界需要一定的技术性能。如果您的电脑不符合以下最低要求，您可能会遇到性能不佳和较长的加载时间。在这种情况下，您可以尝试在世界内降低图形设置来优化 Decentraland 的性能。

### **Windows**

|      | 最低要求                                                   | 推荐设置                                    |
| ---- | ------------------------------------------------------ | --------------------------------------- |
| 操作系统 | 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 系列 |
| 显存   | 6 GB                                                   | 12 GB                                   |
| 内存   | 16GB                                                   | 32 GB                                   |
| 存储   | 8GB HDD                                                | 20GB SDD                                |

### **Mac**

|      | 最低要求                      | 推荐设置                     |
| ---- | ------------------------- | ------------------------ |
| 操作系统 | macOS 11 Big Sur          | macOS 12 Monterey        |
| CPU  | Apple M1                  | Apple M1 Pro/M2          |
| GPU  | Apple M1 集成显卡（需要支持 Metal） | Apple M1 Pro/M2 Pro 集成显卡 |
| 显存   | 6 GB                      | 12 GB                    |
| 内存   | 16GB                      | 32 GB                    |
| 存储   | 8GB HDD                   | 20GB SDD                 |

### 调整图形设置

如果您的电脑不符合 Decentraland 的全部最低硬件要求，您可以尝试通过在世界内降低图形设置来优化体验。以下是获得最佳性能的设置：

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

## 声音设置

调整各个声音的音量，以自定义您的 Decentraland 体验：

* **总音量：** 影响所有声音
* **UI 音效：** 影响您登录 Decentraland 时播放的音乐
* **世界内音乐与音效：** 影响音乐、流媒体音频以及场景生成的任何其他音效
* **头像与表情音效：** 影响来自头像和带有音效的表情动作的声音

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

## 控制设置

您可以在此调整世界内鼠标灵敏度。

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

## 聊天设置

在主设置中，您可以同时修改所有聊天的通知和聊天气泡偏好，以及您的私信权限。请参阅 [**聊天**](/player/player-zh/shi-jie-nei/friends-and-chatting.md#chat-settings) 部分以查看完整说明。

![](https://2615134243-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-zh/shi-jie-nei/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.
