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
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
pepezzzz and TomShawn authored Jan 22, 2021
commit 62d47282e2886ae45f1ada3afd3a2547dd464ceb
2 changes: 1 addition & 1 deletion check-before-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ sudo systemctl enable ntpd.service

> **注意:**
>
> `The governor "powersave"` 表示 cpufreq 的节能策略使用 powersave,需要进行调整。如果是虚拟机或者云主机,则不需要调整,命令输出通常为 `Unable to determine current policy`。
> `The governor "powersave"` 表示 cpufreq 的节能策略使用 powersave,需要调整为 performance 策略。如果是虚拟机或者云主机,则不需要调整,命令输出通常为 `Unable to determine current policy`。

5. 配置应用优化参数方式一:tuned 方式(推荐)。

Expand Down