Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add optimal parameter configrations. #5303

Merged
merged 30 commits into from
Jan 22, 2021
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a64b6cc
Update check-before-deployment.md
pepezzzz Jan 13, 2021
52e39f9
Update check-before-deployment.md
pepezzzz Jan 13, 2021
9489620
Update check-before-deployment.md
pepezzzz Jan 13, 2021
54adeac
correct format
TomShawn Jan 13, 2021
d1582e8
correct list numbers
TomShawn Jan 13, 2021
a296cd9
Update check-before-deployment.md
pepezzzz Jan 13, 2021
70f465d
Update check-before-deployment.md
pepezzzz Jan 13, 2021
6757e6d
Update check-before-deployment.md
pepezzzz Jan 13, 2021
e269dd0
Update check-before-deployment.md
pepezzzz Jan 13, 2021
c5c06b5
Merge branch 'master' into master
TomShawn Jan 15, 2021
8f779b7
Merge branch 'master' into master
TomShawn Jan 20, 2021
6241fef
Update check-before-deployment.md
pepezzzz Jan 22, 2021
fa7a906
Update check-before-deployment.md
pepezzzz Jan 22, 2021
02a2faf
Update check-before-deployment.md
pepezzzz Jan 22, 2021
497e849
Update check-before-deployment.md
pepezzzz Jan 22, 2021
0069433
Update check-before-deployment.md
pepezzzz Jan 22, 2021
a104a56
Update check-before-deployment.md
pepezzzz Jan 22, 2021
50b1cf4
Update check-before-deployment.md
pepezzzz Jan 22, 2021
6e2c1f9
Update check-before-deployment.md
pepezzzz Jan 22, 2021
8e941a1
Update check-before-deployment.md
pepezzzz Jan 22, 2021
72f2d82
Merge branch 'master' into master
TomShawn Jan 22, 2021
072b0fa
Update check-before-deployment.md
pepezzzz Jan 22, 2021
2e3a961
Update check-before-deployment.md
pepezzzz Jan 22, 2021
e0480a2
Update check-before-deployment.md
pepezzzz Jan 22, 2021
fcd1e4e
Update check-before-deployment.md
pepezzzz Jan 22, 2021
d86cb9b
Update check-before-deployment.md
pepezzzz Jan 22, 2021
e6c99f2
Update check-before-deployment.md
TomShawn Jan 22, 2021
5f2ee20
Update check-before-deployment.md
TomShawn Jan 22, 2021
62d4728
Update check-before-deployment.md
pepezzzz Jan 22, 2021
2cc8592
refine format
TomShawn Jan 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update check-before-deployment.md
  • Loading branch information
pepezzzz authored Jan 13, 2021
commit e269dd0e7360e2989fb1cc06e504cf0b922eb651
17 changes: 13 additions & 4 deletions check-before-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,16 @@ sudo systemctl enable ntpd.service
title=CentOS Linux (3.10.0-957.el7.x86_64) 7 (Core)
```

4. 配置 udev 脚本应用 IO 调度器策略。
4. 修改当前的内核配置立即关闭透明大页。

{{< copyable "shell-regular" >}}

```bash
echo never > /sys/kernel/mm/transparent_hugepage/enabled
echo never > /sys/kernel/mm/transparent_hugepage/defrag
```

5. 配置 udev 脚本应用 IO 调度器策略。

{{< copyable "shell-regular" >}}

Expand All @@ -434,7 +443,7 @@ sudo systemctl enable ntpd.service

```

5. 应用 udev 脚本。
6. 应用 udev 脚本。

{{< copyable "shell-regular" >}}

Expand All @@ -443,7 +452,7 @@ sudo systemctl enable ntpd.service
udevadm trigger --type=devices --action=change
```

6. 创建 CPU 节能策略配置服务。
7. 创建 CPU 节能策略配置服务。

{{< copyable "shell-regular" >}}

Expand All @@ -459,7 +468,7 @@ sudo systemctl enable ntpd.service
EOF
```

7. 应用 CPU 节能策略配置服务。
8. 应用 CPU 节能策略配置服务。

{{< copyable "shell-regular" >}}

Expand Down