From f3041e8b005586561f7e45bb129654bbbc38a471 Mon Sep 17 00:00:00 2001 From: Geunsik Lim Date: Mon, 4 Apr 2011 15:10:45 -0700 Subject: [PATCH] --- yaml --- r: 243669 b: refs/heads/master c: 6ad85239da45d035b2c786f73ec3c2798352c820 h: refs/heads/master i: 243667: a8d555f6f8ea326306555c0c61007faf6eddeded v: v3 --- [refs] | 2 +- trunk/Documentation/cgroups/cgroups.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index e234f7c5e2d4..72d84b6858a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a684e19afc630e0763246ee79c0578c1a8eaee8 +refs/heads/master: 6ad85239da45d035b2c786f73ec3c2798352c820 diff --git a/trunk/Documentation/cgroups/cgroups.txt b/trunk/Documentation/cgroups/cgroups.txt index cbdfb7d9455b..aedf1bd02fdd 100644 --- a/trunk/Documentation/cgroups/cgroups.txt +++ b/trunk/Documentation/cgroups/cgroups.txt @@ -110,22 +110,22 @@ university server with various users - students, professors, system tasks etc. The resource planning for this server could be along the following lines: - CPU : Top cpuset + CPU : "Top cpuset" / \ CPUSet1 CPUSet2 - | | - (Profs) (Students) + | | + (Professors) (Students) In addition (system tasks) are attached to topcpuset (so that they can run anywhere) with a limit of 20% - Memory : Professors (50%), students (30%), system (20%) + Memory : Professors (50%), Students (30%), system (20%) - Disk : Prof (50%), students (30%), system (20%) + Disk : Professors (50%), Students (30%), system (20%) Network : WWW browsing (20%), Network File System (60%), others (20%) / \ - Prof (15%) students (5%) + Professors (15%) students (5%) Browsers like Firefox/Lynx go into the WWW network class, while (k)nfsd go into NFS network class.