-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wipev2:配置文件:限制above_hispeed_delay的使用,降低性能释放延迟 配置文件生成器:修改9810 9820最低频设置,解决一部分睡死 uperf:进入standby的延时减少到20秒 uperf:动态uxAffinity,配置如下,平衡型双集群仍然始终开启 ``` HMP: pwr: normal=off interaction=off bala: normal=off interaction=on perf: normal=on interaction=on EAS: pwr: normal=off interaction=on bala: normal=on interaction=on perf: normal=on interaction=on ``` Signed-off-by: Matt Yang <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Uperf Setup | ||
# https://github.com/yc9559/ | ||
# Author: Matt Yang & cjybyjk ([email protected]) | ||
# Version: 20200419 | ||
# Version: 20200421 | ||
|
||
BASEDIR="$(dirname $(readlink -f "$0"))" | ||
|
||
|
@@ -239,7 +239,7 @@ uperf_print_banner() | |
echo "" | ||
echo "* Uperf https://github.com/yc9559/uperf/" | ||
echo "* Author: Matt Yang" | ||
echo "* Version: DEV 20200419" | ||
echo "* Version: DEV 20200421" | ||
echo "" | ||
} | ||
|
||
|