- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- 6GB Memory become full
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
11-28-2005 09:23 PM
11-28-2005 09:23 PM
I have alpha server 8200 with OpenVMS version 7.3-1 running Oracle RDB/Cobol and Oracle RDBMS 8i. We upgraded the OS to 7.3-2 and the Oracle RDBMS to 9.2.0.5 and we increased the memory from 2GB to 6GB after that we notesed that the memory become 99% used and the system become loaded and many of the proceses become swapped out.
Note : no thing made to the applications for both RDB & RDBMS, no thing changed for the accounts or sysgen params.
are there any thing to check or do.
This is a critical system.
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 09:34 PM
11-28-2005 09:34 PM
Re: 6GB Memory become full
First things to look at is SHOW SYSTEM (look for memory hogs in the "Pages" column), SHOW MEMORY (of course) and execute
@SYS$UPDATE:AUTOGEN SAVPARAMS TESTFILES CHECK_FEEDBACK to see what alterations you might have to do to the system paramaters.
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 09:44 PM
11-28-2005 09:44 PM
Re: 6GB Memory become full
maybe you already did, but just to make sure:
Oracle has guidelines for things to change when you go from V8x to V9x.
Several of those will deal with SYSGEN params. Be sure to apply them!
Then run for at least 24 hours, with a representative load, and execute AUTOGEN as Kris wrote.
Success.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 10:16 PM
11-28-2005 10:16 PM
Re: 6GB Memory become full
are you using reserved memory for your Oracle instance?
And if yes, how large is it?
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 10:49 PM
11-28-2005 10:49 PM
Re: 6GB Memory become full
Yes we have reserved memory 2.5GB
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 12:29 AM
11-29-2005 12:29 AM
Re: 6GB Memory become full
So you are using more reserved memory then you did in previous version. And you thus have 3.5 Gb left for system.
Can you check how many Oracle 'user' processes there are? (process name should start with ora). You will find the background processes and some server processes.
Now, using almost all memory is not really bad, but if many processes are outswapped then it might not be ok.
Autogen might help you, but i guess you have to find out what is using lots of memory that was not there in previous install.
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 12:31 AM
11-29-2005 12:31 AM
Re: 6GB Memory become full
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 12:59 AM
11-29-2005 12:59 AM
Re: 6GB Memory become full
Under 7.3-2, as soon as there has been any decent amount of memory been used, the _FREE_ memory is held "occupied" by the XFC cache. So, very soon your memory will _LOOK_ fully used.
$ SHOW MEMO/CACH
begins with "Allocated"
You can add that amount to your Free memory, as the cache will free it the moment there is demand.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 02:15 AM
11-29-2005 02:15 AM
Re: 6GB Memory become full
Now you have more physical memory and you have set aside 2G reserved memory for Oracle. One assumes you also changed the Oracle SGA params in init.ora to exploit this new found memory.
Did you make sur the new, larger sga is actually using the reserved memory and not 'double dipping' by having it reserved but allocating from normal memory?
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 08:27 PM
11-30-2005 08:27 PM
Re: 6GB Memory become full
Thanks for help,
I checked all what you asked me for, I will upload a text file with some information about the users,memory, oracle account, sysgen params, one of the users account.
best regards.
Mahmoud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 04:58 AM
12-02-2005 04:58 AM
SolutionA few observations...
The XFC cache is holding on the 2.2GB (35%) of the memory. This is 'soft' allocationn. That is, if there is other memory pressure, then it will release memory there.
The "Memory Reservations" for ORA_A73_SGA hold 2.44GB, for 40% of the memory. Less than 1/2 of that is actually used (149669 out of 320000). The unused 1.6GB (roughly) is not available to anything else. You should work with the DBA's to grow the SG to use the memory set aside, or reduce that memory set aside.
So while VMS reports 0 free, you really have more than 3GB free-able right now!
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 09:40 PM
12-06-2005 09:40 PM
Re: 6GB Memory become full
I have a similar case at one of our customer. During normal backup procedure I noticed that Memory capacity occupied about 99% and it does not releaded until next reboot.
So please give me your opinion about this and if there is any settings or enhancements for releasing the Memory occupation.
Regards,
Emad Omar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 03:29 AM
12-07-2005 03:29 AM
Re: 6GB Memory become full
If it does not, start your won topic. Point it back to this and explain why it does not apply. Gather the kind of infomation requested above and be sure to attach or include it to that new topic.
Good luck!
Hein.