- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: NPAGEDYN expansion and expansion and ...
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
10-10-2005 07:35 AM
10-10-2005 07:35 AM
OS VMS 7.3-2 (And locked there because of the application)
Oracle 9i
Application: Sunguard/SCT Banner
Over the last few months I have autogenned at least every week and watched NPAGEDYN grow. It started with NPAGEDY Current around 4.1 Mb and now CURRENT is 7.57 and INITIAL IS 6.07.
If I don't reboot, the CURRENT value stays at one level. If I do reboot, it grows larger after a couple of days. With physical memory at 4 Gb I'm afraid to give it any more!
I have even boosted MIN_NPAGEDYN in MODPARAMS.DAT and every time the CURRENT grows.
Is this some kind of memory leak?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 01:00 PM
10-10-2005 01:00 PM
SolutionDON'T PANIC :-)
I wouldn't be at all concerned with those numbers. 8MB on a 4GB system is just noise! Many systems with far less physical memory have much larger NPAGEDYN allocations.
You could *easily* support an NPAGEDYN of 100MB on that system without any likely ill effects. This may just be changes in V7.3-2 affecting your resource consumption, and it may take a while to re-adjust SYSGEN parameters to suit.
Is it a leak? I'd guess not. Let the sytem run for a few weeks and watch the growth rate. If it doesn't plateau after a while, there may be a problem.
Things you can do to investigate -
Track the consumption over time. You can use the lexical function F$GETSYI to get items NPAGED_TOTAL, NPAGED_FREE, NPAGED_INUSE and NPAGED_LARGEST. There's also NPAGED_POOL to return all four in one hit, but you have to carve up the string afterwards (also works on lower versions).
From SDA, use:
SDA> SHOW POOL/SUMMARY
To see what packet types are consuming NPAGEDYN.
SDA> CLUE MEM/LOOK
Will show the lookaside lists. Look for excessively long lists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 05:53 PM
10-10-2005 05:53 PM
Re: NPAGEDYN expansion and expansion and ...
don't worry.
We have 6GB memory
NPAGEDYN 201998336 bytes
PAGEDYN 17997824 bytes
So you have plenty of free space to grow.
Let the autogen to suggest the values. And keep autogening till it settles.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 08:58 PM
10-10-2005 08:58 PM
Re: NPAGEDYN expansion and expansion and ...
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 11:48 PM
10-10-2005 11:48 PM
Re: NPAGEDYN expansion and expansion and ...
Thanks again!
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 12:14 AM
10-11-2005 12:14 AM
Re: NPAGEDYN expansion and expansion and ...
I use a NPAGEDYN of 20MB and I have 4Gb of physical memory, but I am using Oracle 8.1.7.4.
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 01:44 AM
10-11-2005 01:44 AM
Re: NPAGEDYN expansion and expansion and ...
Show memory (VMS 8.2) reports lock dynamic memory as 21.44 MB, I assume this is a separate pool in S2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 06:46 AM
10-11-2005 06:46 AM
Re: NPAGEDYN expansion and expansion and ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 05:24 AM
10-12-2005 05:24 AM
Re: NPAGEDYN expansion and expansion and ...
An expanded and potentially fragmented pool space is not as useful as getting the initial allocation right. Keep monitoring, and do review the autogen values. Considering it is non-paged and the 'raison d'etre', it is worth spending some time on this. If it grows automatically, then it is being used, therefore the system is helping you, though you don't want pointers being resolved all the time for multiple memory allocations...on a 4GB system, you will be protected from over-allocation. If you have to go above 1GB, then a more global review (my rule of thumb) of your memory use is recommended, not to say that value cannot grow larger.