Browse Source

Update include/check_os.sh

lj2007331 8 years ago
parent
commit
f320afc12a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      include/check_os.sh

+ 1 - 2
include/check_os.sh

@@ -40,5 +40,4 @@ else
     SYS_BIT_a=x86;SYS_BIT_b=i686;
 fi
 
-CPU=$(grep 'processor' /proc/cpuinfo | sort -u | wc -l)
-let THREAD=${CPU}*2
+THREAD=$(grep 'processor' /proc/cpuinfo | sort -u | wc -l)