Cgroup on FreeBSD?

Hi,

In these times of multi-core power computers, an OS must be able to limit resources. Linux has Cgroup + LXC = light virt [what? --mod] + very nice limit resources (memory/CPU/IOPS/...). FreeBSD has jails, but where is the good way to limit resources for many jails?

I know only login.conf but it is a very, very bad way to limit anything :(
 
wblock@ said:

Hi,

From the handbook you cited, I think there is a bug, or correct me if I were wrong, in this sentence.
The maxproc is, of course, max number of processes, which is considered the action. The action here is set to deny, which blocks any new processes from being created.
The bug is the first appearance of action which should be resource instead.

I am just a plain user who skims over parts of handbook. I have not finished reading it though.

Really apologized for tags using in this post, I am in a rush.

with best regards,
MNIHKLOM
 
MNIHKLOM said:
Hi,

From the handbook you cited, I think there is a bug, or correct me if I were wrong, in this sentence.

The bug is the first appearance of action which should be resource instead.

Thank you for pointing this out, fixed.
 
Back
Top