# 服务器主机推荐配置

## 1000用户以下

| **操作系统**      | **CPU** | **内存** | **硬盘**  | **数量** | **服务器负载** |
| ------------- | ------- | ------ | ------- | ------ | --------- |
| windows/linux | 8核      | 32G    | 200GSSD | 1      | 所有应用      |

## 5000用户以下

| **操作系统**      | **CPU** | **内存** | **硬盘**  | **数量** | **服务器负载** |
| ------------- | ------- | ------ | ------- | ------ | --------- |
| windows/linux | 4核      | 8G     | 20GSSD  | 1      | web服务器    |
| windows/linux | 4核      | 8G     | 20GSSD  | 1      | 中心服务器     |
| windows/linux | 8核      | 16G    | 100GSSD | 1      | 应用服务器     |
| windows/linux | 8核      | 16G    | 200GSSD | 1      | 数据服务器     |
| windows/linux | 4核      | 8G     | 300GSSD | 1      | 文件存储服务器   |

## 20000用户以下

| **操作系统**      | **CPU** | **内存** | **硬盘**  | **数量** | **服务器负载**                          |
| ------------- | ------- | ------ | ------- | ------ | ---------------------------------- |
| windows/linux | 8核      | 16G    | 20GSSD  | 2      | web服务器                             |
| windows/linux | 4核      | 8G     | 20GSSD  | 2      | 中心服务器                              |
| windows/linux | 8核      | 16G    | 100GSSD | 2      | 应用服务器                              |
| windows/linux | 8核      | 16G    | 200GSSD | 2      | 数据服务器,建议使用MySQL,Oracle,DB2高性能商用数据库 |
| windows/linux | 4核      | 8G     | 300GSSD | 2      | 文件存储服务器                            |

## 20000用户以上（根据实际压力情况添加主机进行水平扩展）

| **操作系统**      | **CPU** | **内存** | **硬盘**  | **数量** | **服务器负载**                          |
| ------------- | ------- | ------ | ------- | ------ | ---------------------------------- |
| windows/linux | 8核      | 16G    | 20GSSD  | n      | web服务器                             |
| windows/linux | 4核      | 8G     | 20GSSD  | n      | 中心服务器                              |
| windows/linux | 8核      | 16G    | 100GSSD | n      | 应用服务器                              |
| windows/linux | 8核      | 16G    | 200GSSD | n      | 数据服务器,建议使用MySQL,Oracle,DB2高性能商用数据库 |
| windows/linux | 4核      | 8G     | 300GSSD | n      | 文件存储服务器                            |


---

# 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://o2oa.gitbook.io/course/ping-tai-shi-shi/zhu-ji-tui-jian-pei-zhi.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.
