resource worries


 
Thread Tools Search this Thread
Operating Systems Solaris resource worries
# 1  
Old 04-14-2005
resource worries

When I run the prstat -a command I get the following output for user oracle.

NPROC USERNAME SIZE RSS MEMORY TIME CPU
118 oracle 70G 30G 100% 4:38:03 52%

The reading under the "MEMORY" heading is 100%. What does this mean? I hope it doesn't mean user oracle is using 100% of the available physical memory?
# 2  
Old 04-14-2005
Pretty much. I don't use that command and I'm not sure if it's accurate or not. RSS is 30G, how much memory do you have? 30 GB is a lot of memory to be using.
# 3  
Old 04-14-2005
RSS is the memory "Resident Set Size" of the process.

I suggest you run a "prtconf -v" or "prtdiag -v" and check how much physical memory you have on the system. Then check your swap free, e.g. swap -s and then and confirm with a swap -l to see how many 512k blocks you have used up. Next run a "vmstat 5 5" to take a quick look at the current memory consumption on the system.

On Solaris systems you allocate a certain amount of memory to Oracle, so it's also worth checking the Oracle memory allocation in /etc/system. Try getting one of your DBA's to also run a "show sga" for your instance, as it may need tuning. It could also be some rogue SQL process that is killing the machine?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Resource Capping Help!

Hi guys. Quick question for some hopefully ;-) When using resource capping (for CPU in this case). If a container is restricted to use a single CPU/core, are the other containers intelligent enough to know that they have fewer CPU's available to them? My question relates to a T2000 which... (7 Replies)
Discussion started by: boneyard
7 Replies

2. What is on Your Mind?

Is it wrong this worries me?

Well, my old laptop flopped over and died, so I reinstalled Linux on a new one. I decided to try Gnome, since it'd been a long time since I tried any kind of large-scale window manager. It turns out "gnome" is somewhat apropos. When using it you'll feel like there's a tiny homonid wandering... (1 Reply)
Discussion started by: Corona688
1 Replies

3. Solaris

resource control in zones

I 'm getting following error while setting deny action for a zone.cpu-shares resource control prctl: unable to enable deny on rctl with global flag 'no-deny' and when i check with rctladm its shows me bash-3.00# rctladm zone.cpu-shares zone.cpu-shares syslog=n/a ... (0 Replies)
Discussion started by: fugitive
0 Replies

4. Solaris

Resource management (projadd)

Hi When I create a new project: For example: projadd -K "project.max-shm-memory=(priv,16GB,deny)" project_name I need to associate this project to a user in /etc/user_attr: User_name::::project=project_name Otherwise, id -p shows reveals that the user has project default. Is there... (0 Replies)
Discussion started by: melanie_pfefer
0 Replies

5. UNIX for Advanced & Expert Users

Fork:resource unavailable

Hello. I have code which create processes with fork(). I set a limit for processes by typing ulimit -u 20. Then I run my code who should create 100 processes. Unfortunately, I have a mistake there and I forgot to quit all of my forked processes when fork gave me return value -1. So I am trapped in... (5 Replies)
Discussion started by: samos
5 Replies

6. UNIX for Dummies Questions & Answers

Device or resource busy??

Hi, I'm trying to do a sharity mount to mount a terastation network drive. I'm getting a Device or resource busy message after my mount command. Please see output below... # /usr/local/sharity3/bin/sharity mount smb://labbackup01/bakup_data /mnt/labbackup01 Device or resource busy.... (2 Replies)
Discussion started by: orahi001
2 Replies

7. UNIX for Dummies Questions & Answers

Process Resource Usage

Hi There, I'm trying to find a way to gather resource usage information (CPU, Memory & Virtual Memory) for a single process in a scripted way. I've looked at vmstat & top but I can't figure out how to use them to get the information for a single process. can any one help with this? ... (2 Replies)
Discussion started by: Murph
2 Replies

8. Linux

Resource management

Hi all, we have a big problem, we are running an IA-64 linux system, with 8 CPUs and some GB of RAM, for user usage. The user are compiling and testing programs on this system, and this caused some problems. Sometimes, a user program used the hole memory, blocks the other users, and also... (1 Reply)
Discussion started by: malcom
1 Replies

9. UNIX for Dummies Questions & Answers

resource manaement

Hi all I would like to know which other tools i can use besides top & sar to track the system resources i heard of somthing that sounds like acamdmin or acsadm... Thanks for your help (1 Reply)
Discussion started by: yelalouf
1 Replies
Login or Register to Ask a Question