Re: Enabling RACCT/RCTL in GENERIC.

2015-04-30 Thread Edward Tomasz Napierała
On 0429T1303, Edward Tomasz Napierała wrote: > Hi. With the patch I've just committed, the cost of compiling with RACCT > and RCTL is just a subroutine call and an unlocked variable check, in a few > places. I'd like to add "options RACCT", "options RCTL", and "options > RACCT_DISABLED", to GENER

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Bryan Drewery
On 4/29/2015 6:03 AM, Edward Tomasz Napierała wrote: > Hi. With the patch I've just committed, the cost of compiling with RACCT > and RCTL is just a subroutine call and an unlocked variable check, in a few > places. I'd like to add "options RACCT", "options RCTL", and "options > RACCT_DISABLED",

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Allan Jude
On 2015-04-29 07:03, Edward Tomasz Napierała wrote: > Hi. With the patch I've just committed, the cost of compiling with RACCT > and RCTL is just a subroutine call and an unlocked variable check, in a few > places. I'd like to add "options RACCT", "options RCTL", and "options > RACCT_DISABLED", t

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Edward Tomasz Napierała
On 0429T0441, timp wrote: > Hi! > Does it mean I will manage to use rctl to set limits without recompiling > GENERIC? If so, then it's extremely nice news! Yes. You will still need to enable it using a tunable, though, as explained by rctl(8) error message: rctl: RACCT/RCTL present, but disabled

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread timp
Hi! Does it mean I will manage to use rctl to set limits without recompiling GENERIC? If so, then it's extremely nice news! -- View this message in context: http://freebsd.1045724.n5.nabble.com/Enabling-RACCT-RCTL-in-GENERIC-tp6008374p6008378.html Sent from the freebsd-current mailing

Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Jov
​It's great,please do it​. Jov blog: http:amutu.com/blog 2015-04-29 19:03 GMT+08:00 Edward Tomasz Napierała : > Hi. With the patch I've just committed, the cost of compiling with RACCT > and RCTL is just a subroutine call and an unlocked variable check, in a few > places

Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread Edward Tomasz Napierała
Hi. With the patch I've just committed, the cost of compiling with RACCT and RCTL is just a subroutine call and an unlocked variable check, in a few places. I'd like to add "options RACCT", "options RCTL", and "options RACCT_DISABLED", to GENERIC on amd64, and MFC it before 10.2. What do you thi