Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Huge Swap area being used despite having available ram (Solaris 8 , ora9.2.)

Re: Huge Swap area being used despite having available ram (Solaris 8 , ora9.2.)

From: zhu chao <zhuchao_at_gmail.com>
Date: 27 Apr 2005 23:53:10 -0700
Message-ID: <962cf44b.0504272253.391acb48@posting.google.com>


yong321_at_yahoo.com wrote in message news:<1112216280.465453.311700_at_o13g2000cwo.googlegroups.com>...
> In addition to entries in /etc/system, please provide output of:
> swap -l
> swap -s
> df -k /tmp
> and underscore parameters, if any, in your Oracle spfile/pfile (Do you
> have _use_ism=false?)
>
> Yong Huang

Obviously that guy does not have any problem on his 6500 box. Top shows the misleading information, as solaris always display the physical memory usage in the virtual memory usage.

another smaple here, I have totally no swap at all, but it shows 1109M swap in use. Actually 1109 is the physical memory usage, by oracle (900m) and other small applications and solaris itself.

$top -s 2

load averages:  0.03,  0.02,  0.02                                    
                                                    23:52:11
92 processes: 90 sleeping, 2 on cpu
CPU states: 99.6% idle, 0.0% user, 0.4% kernel, 0.0% iowait, 0.0% swap
Memory: 8192M real, 5473M free, 1109M swap in use, 7403M swap free

   PID USERNAME LWP PRI NICE SIZE RES STATE TIME CPU COMMAND

 17470 oracle     1  59    0 3688K 2072K cpu/3    0:00  0.07% top
   133 root      11  59    0   78M   67M sleep   19:48  0.02% picld
  1390 oracle     8  59    0   30M 8984K sleep   10:42  0.01%
ocssd.bin
   782 root      23  59    0   72M   32M sleep    8:52  0.01% vxsvc
 16817 oracle    11  59    0  898M  867M sleep    0:05  0.01% oracle
 16860 oracle     1  59    0   10M 2584K sleep    0:00  0.00% sshd
 16862 oracle     1  59    0 5216K 2328K sleep    0:00  0.00% bash
    51 root       1  59    0   20M   18M sleep    4:36  0.00%
vxconfigd
     7 root      13  59    0   11M 7816K cpu/2    0:56  0.00%
svc.startd
   132 root      25  59    0 4448K 3448K sleep    0:53  0.00% nscd
     1 root       1  59    0 2368K 1328K sleep    0:49  0.00% init
     9 root      16  59    0 9688K 8056K sleep    0:29  0.00%
svc.configd
   740 root      13  59    0 6328K 2344K sleep    0:27  0.00% syslogd
  2370 root       7  59    0 4992K 4040K sleep    0:17  0.00% named
   656 root       4  59    0 7184K 3536K sleep    0:15  0.00% inetd

]$ swap -l
swapfile             dev  swaplo blocks   free
/dev/vx/dsk/bootdg/swapvol 272,94003     16 4096576 4096576
Received on Thu Apr 28 2005 - 01:53:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US