]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
don't hog cpu quite so much
authorSage Weil <sage@newdream.net>
Wed, 1 Feb 2012 06:05:17 +0000 (22:05 -0800)
committerSage Weil <sage@newdream.net>
Wed, 1 Feb 2012 06:05:17 +0000 (22:05 -0800)
build_snapshot_native.sh

index d16b765e0de07bebb9f7d5bc5777b3cc6916c420..88eba6d30178cef4b6a9faf7549d535cfffcfae9 100755 (executable)
@@ -17,7 +17,7 @@ srcdir=`pwd`
 
 numproc=`cat /proc/cpuinfo |grep -c processor`
 [ -z "$numproc" ] && numproc=1
-numproc=$(($numproc * 2))
+#numproc=$(($numproc * 2))
 
 cephver=`git describe | cut -c 2-`
 echo current version $cephver