Link to home
Start Free TrialLog in
Avatar of dplinnane
dplinnaneFlag for United States of America

asked on

Oracle memory allocation in Linux

I am installing Oracle applications on Linux and they are taking 6-7 hours. I am using vmware and my guest OS is oracle enterprise Linux version 5 update 2. I have 8 Gigs of ram allocated to the vmware image but I think it is not being utilized at all. I can see only 88kd of swap space being used.  What changes do I need to make to linux and oracle database to make the installs run faster?  What linux commands can I use to see what memory oracle is using. I used 'top' and it seemed like oracle user never used more then 1 gig. I could see this from the system monitor.
Thanks in advance..
Avatar of anumoses
anumoses
Flag of United States of America image

Avatar of dplinnane

ASKER

Below is an example of top, I am currently installing an oracle application, in this insatnce I have only allocated 2 Gigs to this vmware image. User generated image
$ free -t -m
Displays a line containing the totals memory in MB

$ vmstat
Try

ps aux | awk ‘{sum +=$4}; END {print sum}’
I am no expert on this so I am not sure what I am looking for here.

 User generated image
[root@asfrm ~]# ps aux | awk '{sum +=$4}; END {print sum}'
42.3
Total memory, used and its self explanatory
Currently the information is for the compilation of oracle forms which is being carried out right now.  It just seems very slow. Or is this typical?
This is installation right? If so its true.
My question is what can I do to speed the process up, I know there are several commands to look at memory etc, that's not a problem.
Yes I am installing an oracle retail application.
ASKER CERTIFIED SOLUTION
Avatar of schwertner
schwertner
Flag of Antarctica image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial