[zones-discuss] rcapd

2008-09-01 Thread syed
Hi , I am facing an issue with rcapd, currently I have setup 8 sparse-root containers on a server with 32G physical memory , I have capped each of these containers varyingly and there is no issue with capping and it works fine. The issue arises when one of the containers eats up more memory

Re: [zones-discuss] rcapd

2008-09-01 Thread Jeff Victor
Hi Syed, I would not be surprised to find that rcapd is behaving correctly on your system. All of the containers in one Solaris instance share one Solaris paging system and one set of swap devices. When rcapd is paging the memory pages of one container out to the swap device, other workloads

Re: [zones-discuss] rcapd

2008-09-01 Thread Mike Gerdts
On Mon, Sep 1, 2008 at 6:55 AM, syed [EMAIL PROTECTED] wrote: Hi , I am facing an issue with rcapd, currently I have setup 8 sparse-root containers on a server with 32G physical memory, I have capped each of these containers varyingly and there is no issue with capping and it works fine.

Re: [zones-discuss] rcapd

2008-09-01 Thread Syed Hussain
Hi Mike, I think you are right, using rcapd for virtulization using zones would be a problem, thanks for the work around , really appreciate your help. Regards uzair --- On Mon, 9/1/08, Mike Gerdts [EMAIL PROTECTED] wrote: From: Mike Gerdts [EMAIL PROTECTED] Subject: Re: [zones-discuss

[zones-discuss] rcapd interactions between global and local zones?

2008-06-18 Thread James Litchfield
I'm struggling with the resource capping documentation. This environment uses zones and the documentation is frustratingly vague about resource capping and zones. A) If I run rcapd in the global zone and have resource settings via zonecfg for one or more zones, it would seem to me that I

Re: [zones-discuss] Rcapd threshold vs ZFS cache

2008-06-18 Thread Steffen Weiberle
Brian Smith wrote: When rcapd is calculating how much memory is free, to compare to the memory cap enforcement threshold, does it consider the memory used by the ZFS cache to be free or used? If I set rcapadm -c 90 then will rcapd behave any differently than with rcapadm -c 0 if there is a ZFS

Re: [zones-discuss] rcapd to limit RAM usage of a zone

2006-08-29 Thread Jerry Jelinek
Phil Cordier wrote: Posted this question on the general zones group at got a deafening silence in response - anyone here have any possible answers? http://forum.sun.com/jive/thread.jspa?forumID=299threadID=100707 It is possible that prstat and rcapd are counting shared memory multiple times,

Re: [zones-discuss] rcapd to limit RAM usage of a zone

2006-08-29 Thread Jeff Victor
Funny but ironic: rcapd never counts its own memory usage. See the source code at http://cvs.opensolaris.org/source/search?q=rcapd_pid . Once you subtract rcapd's 128MB, the *rest* of the zone is using exactly what you specified as the cap. But I don't see why rcapd should be using 128MB...