Swap issue on Container


 
Thread Tools Search this Thread
Operating Systems Solaris Swap issue on Container
# 8  
Old 10-16-2009
Question

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..
# 9  
Old 10-16-2009
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

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Swap memory issue

Hi, In our production box i can see the Swap space using the below command free total used free shared buffers cached Mem: 65963232 41041084 24922148 0 877160 35936292 -/+ buffers/cache: 4227632 61735600 Swap: 4192880 ... (6 Replies)
Discussion started by: ratheeshjulk
6 Replies

2. UNIX for Advanced & Expert Users

Swap space issue

I have Solaris-10 with mutiple zones running in it. My Big Brother monitoring is complaining for very less swap space available, but I am not able to find, what process has consumed its swap space and how to clear it. All zones including global server have almost blank /tmp with very less data.... (3 Replies)
Discussion started by: solaris_1977
3 Replies

3. HP-UX

Swap space issue.

Hi, I am not sure how many scripts / java processes running on my HP-UX server. I need to calculate the total heap of these processes. I then need to recommend increasing the swap memory to be increase and equal to total heap if that is the right concept. Currently we are facing... (2 Replies)
Discussion started by: mohtashims
2 Replies

4. HP-UX

HP9000 Container - NFS Issue

I am running HP9000 Containers version A.03.01. I have the container up and running. I now need to mount an exported file system from another HPUX server with both read and write permissions. I can get the mount okay but from the container I cannot read or write properly to the mounted file... (2 Replies)
Discussion started by: PaleRider
2 Replies

5. Solaris

No Space Left - Memory/Swap issue

:wall:I'm having a bit of a problem with Solaris 10u8 and one of our applications requesting memory and being told, "no space left". The break down: 24GB Physical Memory 8GB swap at the time of occurance, here's what a memory breakdown looks like: Page Summary Pages ... (21 Replies)
Discussion started by: aychbee45
21 Replies

6. Solaris

swap space issue

HI All, Recently during oracle install I realized that I did not have enough swap space. So I - 1. Created a swap file "swap_fille1" in /rpool using mkfile - # ls -ltr /rpool total 10487121 drwxr-xr-x 3 root root 3 Dec 21 12:09 boot drwxr-xr-x 2 root root ... (10 Replies)
Discussion started by: sumeet
10 Replies

7. Solaris

Swap issue on a Solaris10 box

One of our system is running 3 oracle db instances. And as per prstat o/p the system is approximately using 78G of swap memory # prstat -J -n 2,15 PROJID NPROC SWAP RSS MEMORY TIME CPU PROJECT 4038 557 31G 29G 22% 113:23:43 10% proj1 4036 466 20G 19G... (2 Replies)
Discussion started by: fugitive
2 Replies

8. Solaris

Swap issue

hi all, yesterday, on one of the SunFire4800 system, there was a strange issue seen. # df -h Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 4.7G 554M 4.1G 12% / /proc 0K 0K 0K 0% /proc mnttab 0K ... (2 Replies)
Discussion started by: busyboy
2 Replies

9. UNIX for Advanced & Expert Users

Issue with insufficient swap or memory space

Hi, When I execute one of my shellscript I am getting the below mentioned error message .This application takes 2input files which have the records counts 26463 and 1178046 exec(2): insufficient swap or memory available. exec(2): insufficient swap or memory available. exec(2): insufficient swap... (3 Replies)
Discussion started by: kavithakuttyk
3 Replies

10. Shell Programming and Scripting

Issue with insufficient swap or memory space

Hi, When I execute one of my shellscript I am getting the below mentioned error message .This application takes 2input files which have the records counts 26463 and 1178046 exec(2): insufficient swap or memory available. exec(2): insufficient swap or memory available. exec(2):... (2 Replies)
Discussion started by: kavithakuttyk
2 Replies
Login or Register to Ask a Question