![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Issue with insufficient swap or memory space | kavithakuttyk | UNIX for Advanced & Expert Users | 3 | 09-25-2009 02:02 PM |
| Issue with insufficient swap or memory space | kavithakuttyk | Shell Programming and Scripting | 2 | 09-24-2009 04:59 AM |
| Cannot read MAC in a Zone Container | potro | SUN Solaris | 3 | 02-26-2009 01:04 PM |
| LDOM vrs Container | jimthompson | SUN Solaris | 4 | 03-03-2008 05:08 PM |
| Swap config - Mirror swap or not? | BG_JrAdmin | SUN Solaris | 3 | 01-06-2008 10:25 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Thanks Brussel, We're already used cap-memory. Already set the max swap & locked as bellow output. Code:
dedicated-cpu:
ncpus: 8
capped-memory:
physical: 8G
[swap: 16G]
[locked: 8G]
rctl:
name: zone.max-swap
value: (priv=privileged,limit=17179869184,action=deny)
rctl:
name: zone.max-locked-memory
value: (priv=privileged,limit=8589934592,action=deny)
The problem is the container somehow cannot used the allocated swap for itself when the memory is fulled. The output of vmstat 5 show 0 value for po column. Any further suggestion? Thanks Last edited by sprout009; 10-16-2009 at 08:26 AM.. |
|
||||
|
You should monitor what "prstat -Z" outputs to figure out what physical and virtual memory resources the zones are actually using. To view what the resource capping daemon is doing, use this command: Code:
rcapstat -z |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|