Date: Wed, 16 May 2012 04:31:32 -0400 From: Michael Scheidell <scheidell@FreeBSD.org> To: <freebsd-ports@freebsd.org> Subject: Re: how to find the number of processor cores Message-ID: <4FB365E4.6050507@FreeBSD.org> In-Reply-To: <CAERaTk_7s%2Bk-Z3fKr31uYf=ry0oio_qmgfJMKPACT0yK832qqg@mail.gmail.com> References: <CAERaTk_7s%2Bk-Z3fKr31uYf=ry0oio_qmgfJMKPACT0yK832qqg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5/16/12 2:41 AM, Svyatoslav Lempert wrote: > Hello, > > I need some patch for single core CPU (on VPS), but this construction > do not work > Try to describe why/ and why you want to do this. Why not a knob? WITH_ONE_CPU > CPUS= `${SYSCTL} -n kern.smp.cpus` Try: CPUS!= ${SYSCTL} -n kern.smp.cpus (but, run portlint -abt after and see warning). This spawns extra processes in make INDEX, and will bring the wrath of the ports auditors down on you. -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FB365E4.6050507>