Fix missing links

This commit is contained in:
Baohua Yang
2026-02-22 13:40:20 -08:00
parent 92ea9623b2
commit e57704271d
54 changed files with 228 additions and 224 deletions

View File

@@ -269,7 +269,7 @@ services:
在使用 Cgroups 限制资源时遵循一些最佳实践可以避免潜在的问题
#### 1始终设置内存限制
#### 1. 始终设置内存限制
运行以下命令
@@ -279,7 +279,7 @@ services:
$ docker run -m 1g myapp
```
#### 2为关键应用设置 CPU 保证
#### 2. 为关键应用设置 CPU 保证
运行以下命令
@@ -287,7 +287,7 @@ $ docker run -m 1g myapp
$ docker run --cpus=2 --cpu-shares=2048 critical-app
```
#### 3监控资源使用
#### 3. 监控资源使用
运行以下命令