On Fri, Feb 27, 2004 at 12:16:55PM +0200, Bogdan B. Rudas wrote: > Thomas Gelf wrote: > > >Am Fre, den 27.02.2004 schrieb Bogdan B. Rudas um 10:11: > > > >>Hi all. > >>Does it possible to manage resources available to vservers? > > > >yes. look at /etc/vservers/XY.conf, ULIMIT="", google for "ulimit" > > > AFAIR ulimit allow me to set limitation "NO more then..." - but I want > to set it "At least 5%" so that free resources will shared between > vservers, but each of them will have minimal assured cpu-time. Does it > possible?
linux-vserver is about sharing resources to improve overall performance and resource usage, if you are looking for something which does strict hardware/resource partitioning maybe something like XEN would be the best choice ... guaranteed CPU for example, is a question of book keeping on the admin side ... when I have 10 vservers and allow each a maximum of 20% cpu, you can expect each to get a minimum of 10% (fair scheduling/TB-sched) that can be seen as guarantee, but you do not configure it anywhere ... this doesn't mean, that future kernel/userspace solutions will not support those calculations/changes in a friendlier way ... HTH, Herbert PS: UML doesn't support this either, maybe FreeVPS does, but actually I doubt that there is a difference to what I described above ... > _______________________________________________ > Vserver mailing list > [EMAIL PROTECTED] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
