- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Mem utilization
Operating System - Linux
1819731
Members
3029
Online
109606
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2011 04:31 AM
тАО03-29-2011 04:31 AM
Mem utilization
Hello,
I have two server running oracle EBS on OEL 5.3 (HP DL380), there is some changes either in application or OS level.
The problem is from past two days one of the server is not utilizing memory as cache, as you knows that linux by default cache process in memory.
whereas the DB server is using cache memory.
DB Server
# free -m
total used free shared buffers cached
Mem: 31871 31840 30 0 124 26223
-/+ buffers/cache: 5493 26378
Swap: 10239 117 10122
______________________________________________
Oracle Application Server
total used free shared buffers cached
Mem: 31871 8278 23592 0 523 2570
-/+ buffers/cache: 5185 26685
Swap: 10239 0 10239
Two days before the Application server was using memory, and there was no free memory, but right now its most of memory is free.
Any idea to verify the settings on OS level
I have two server running oracle EBS on OEL 5.3 (HP DL380), there is some changes either in application or OS level.
The problem is from past two days one of the server is not utilizing memory as cache, as you knows that linux by default cache process in memory.
whereas the DB server is using cache memory.
DB Server
# free -m
total used free shared buffers cached
Mem: 31871 31840 30 0 124 26223
-/+ buffers/cache: 5493 26378
Swap: 10239 117 10122
______________________________________________
Oracle Application Server
total used free shared buffers cached
Mem: 31871 8278 23592 0 523 2570
-/+ buffers/cache: 5185 26685
Swap: 10239 0 10239
Two days before the Application server was using memory, and there was no free memory, but right now its most of memory is free.
Any idea to verify the settings on OS level
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2011 10:55 PM
тАО03-29-2011 10:55 PM
Re: Mem utilization
> Two days before the Application server was using memory, and there was no free memory, but right now its most of memory is free.
Oracle Application Server uses Java. Did someone un-deploy a buggy version of some .ear/.war/etc and replace it with a fixed version? This might have allowed the Java Virtual Machine to garbage-collect a large amount of used RAM and free it.
Or perhaps some memory-hungry process has crashed and someone would have to restart it? Are all the applications working OK?
If there is no change in the OAS configuration, and everything works OK, perhaps the server has reached an equilibrium state where it does not have to load anything more from disk: everything it needs to keep running is either already in RAM or in the database. Basically, the cache will not grow if no program is writing much nor reading anything that isn't already cached.
MK
Oracle Application Server uses Java. Did someone un-deploy a buggy version of some .ear/.war/etc and replace it with a fixed version? This might have allowed the Java Virtual Machine to garbage-collect a large amount of used RAM and free it.
Or perhaps some memory-hungry process has crashed and someone would have to restart it? Are all the applications working OK?
If there is no change in the OAS configuration, and everything works OK, perhaps the server has reached an equilibrium state where it does not have to load anything more from disk: everything it needs to keep running is either already in RAM or in the database. Basically, the cache will not grow if no program is writing much nor reading anything that isn't already cached.
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2011 06:43 PM
тАО03-30-2011 06:43 PM
Re: Mem utilization
Or perhaps - backups were running prior?
Note and observe -- memory would also tend to be used fully (as cache) during and after backups.
BTW. do you have Virtual mapping swappiness tweaked as well as vm.dirty* "customised"?
Note and observe -- memory would also tend to be used fully (as cache) during and after backups.
BTW. do you have Virtual mapping swappiness tweaked as well as vm.dirty* "customised"?
Hakuna Matata.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP