How to increase maximum user cpu usage allowed on a multi core system?

Tom H tomh0665 at gmail.com
Wed Mar 18 23:03:45 UTC 2015


On Wed, Mar 18, 2015 at 3:34 PM, stan <stanl-fedorauser at vfemail.net> wrote:
>
> Here's my Fedora rpmbuild procedure:
>
> I go to koji, the fedora central build repository for package
> maintainers, and download the src.rpm.
>
> http://koji.fedoraproject.org/koji/packageinfo?packageID=8
>
> I use rpm to install it into the ~/rpmbuild heirarchy as a user.
> rpm -ivh kernel-4.0.0-0.rc3.git1.1.fc22.src.rpm
>
> <snip>

You can also run (after doing the config and patching):

CONCURRENCY_LEVEL=$(getconf _NPROCESSORS_ONLN) INSTALL_MOD_STRIP=1 make rpm-pkg
sudo yum install ~/rpmbuild/RPMS/x86_64/kernel-4.0.0-rc4-1.x86_64.rpm


More information about the users mailing list