!127 sysconfig parameters have a impact on performance,comment out the relevant content

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-08 11:03:07 +00:00 committed by Gitee
commit e37cad7fff
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 4 deletions

View File

@ -13,6 +13,6 @@
# CPUNO=`cat /proc/cpuinfo|grep processor|wc -l`
# export GOMP_CPU_AFFINITY=0-$[CPUNO - 1]
sysctl -w vm.min_free_kbytes=112640 &> /dev/null
sysctl -w vm.dirty_ratio=60 &> /dev/null
sysctl -w kernel.sched_autogroup_enabled=0 &> /dev/null
#sysctl -w vm.min_free_kbytes=112640 &> /dev/null
#sysctl -w vm.dirty_ratio=60 &> /dev/null
#sysctl -w kernel.sched_autogroup_enabled=0 &> /dev/null

View File

@ -6,7 +6,7 @@
%define generic_version 22.03
%define generic_patch_level LTS
%define generic_patch_level_extend Next
%define generic_release 52
%define generic_release 53
%define builtin_release_version 1.0
%define current_arch %{_arch}
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/performance.sh
%changelog
* Tue Nov 8 2022 liyanan <liyanan32@h-partners.com> - 1.0-53
- sysconfig parameters have a impact on performance,comment out the relevant content
* Tue Jul 15 2022 xiasenlin <xiasenlin1@huawei.com> - 1.0-52
- Update EULA license for donate