- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory High on N4000
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
06-28-2002 12:53 AM
06-28-2002 12:53 AM
We noticed sudden increase in memory usage (92 percent) on our N4000 server 4GB RAM with 4 CPUs. We are running four oracle instances requiring approx 2.0GB memory allocation. There are very few users on the databases.
I have attached docs with current kernel parameter, sar and ipcm output
(inod-sz is showing zero is this ok?)
Or do we just have to buy more RAM?
TIA
Ade.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 01:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 01:18 AM
06-28-2002 01:18 AM
Re: Memory High on N4000
Theres not much to go on in your attachment. How about some output from;
swapinfo -mt
and
UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid,args=Command-Line | sort -rnk1
The second command lists processes in order by how much memory they are using (approx) - largest users first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 03:18 AM
06-28-2002 03:18 AM
Re: Memory High on N4000
Memory usage shouldn't just suddenly change with no reason. If you changed something that caused the increase and can back off the change then you're all set. If whatever the change was is required then you're going to need more memory to support it.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 05:03 AM
06-28-2002 05:03 AM
Re: Memory High on N4000
see attached docs for swapinfo and UNIX95 output
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 05:32 AM
06-28-2002 05:32 AM
Re: Memory High on N4000
NOTE: using 100% of memory is a good thing, not a bad thing. When things get slow due to paging (stopping programs and rolling them out to swap), that's bad for performance, so look at the page-out rates in vmstat. If they are 0 or any single digit, you're fine.
With 4 instances, you may want to plan for the future and look at 6-8 Gb when you have more users and the DBAs find even faster ways to access the database by using lots of shared memory.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 06:23 AM
06-28-2002 06:23 AM
Re: Memory High on N4000
Your Oracle databases themselves are using just under 2Gb of memory for themselves to serve user requests. However, you have more than just a 'few' users connected to the databases and each one is using a fairly large amount of memory (the LOCAL=NO proceses from the Unix95 command). This first field shows the amount of memory they are using which for your users is around 15-30MB EACH. You soon run out of memory with users using this amount of memory each. I count just over 100 users at around 20MB each = 2 GB ! which when added to the 2Gb Oracle is using soon = your almost 4Gb used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 07:03 AM
06-28-2002 07:03 AM
Re: Memory High on N4000
What tool did you use to analyse the LOCAL=NO file size by user?
Does anyone know any kernel parameter I can tune to reduce the file size that can be generated per user?
Many thanks.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 07:08 AM
06-28-2002 07:08 AM
Re: Memory High on N4000
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2002 11:28 PM
06-30-2002 11:28 PM
Re: Memory High on N4000
Could anyone shed any light whether it is normal to have zero inod-sz activity as shown from the sar output attached.