Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 19:39:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 189870] [kernel] Possible bad CPU resource limit assumption in kern_racct.c
Message-ID:  <bug-189870-8-cWupZ1JQNV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-189870-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-189870-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189870

--- Comment #1 from dustinwenz@ebureau.com ---
Created attachment 151701
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151701&action=edit
Patch for kern_racct.c that permits CPU limiting beyond 100%

This is the patch I've been using on 10.1-STABLE #11 r277139M. It uses a more
reasonable CPU limit which is 100% * MAXCPU. It would be nice to get this
rolled into the distribution; I can't imagine multi-core CPU limits have worked
for anyone in 10/10.1.

For anyone who wants to try this, apply as follows before rebuilding the
kernel:

 patch /usr/src/sys/kern/kern_racct.c < kern_racct.c.patch

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-189870-8-cWupZ1JQNV>