From 306c2fd905f1f762e82c9badd5ab663e2465ed4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=BE=97=E6=84=9F=E6=83=85=E7=9A=84openEuler?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Sat, 26 Dec 2020 16:14:24 +0800 Subject: [PATCH] fix issue !I1OT20 --- generic-release-1.0/performance.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/generic-release-1.0/performance.sh b/generic-release-1.0/performance.sh index 27559d8..8aea2db 100644 --- a/generic-release-1.0/performance.sh +++ b/generic-release-1.0/performance.sh @@ -9,8 +9,9 @@ #PURPOSE. #See the Mulan PSL v2 for more details. -CPUNO=`cat /proc/cpuinfo|grep processor|wc -l` -export GOMP_CPU_AFFINITY=0-$[CPUNO - 1] + +# 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 -- Gitee