- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- pagefile Reservable issue
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
05-28-2006 08:19 PM
05-28-2006 08:19 PM
I used show mem check my vax resouce and found that :
Paging File Usage(pages): Free Total
DISK$SPNVX1:[SYS1.SYSEXE]SWAPFILE.SYS 60000 60000 60000
DISK$SPNVX1:[SYS1.SYSEXE]PAGEFILE.SYS Reservable 102400 -7220 102400
pagefile's Reservable value is negative , is it normal or abnormal ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 08:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 09:45 AM
05-29-2006 09:45 AM
Re: pagefile Reservable issue
It is not usual to see a negative reservable figure. Process will reserve pages 2000 pages at a time (depends on a system parameter). Each process may not use all the pages it reserved.
Your system will probably be ok as long as there is plenty of memory on the free list. Once processes start trying to use the pagefile they have reserved the system will run out and hang.
Consider it a warning and if you can increase the pagefile by 20%.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 01:44 PM
05-29-2006 01:44 PM
Re: pagefile Reservable issue
As long as you have sufficient FREE space (rough rule of thumb >50% or at least 200,000 blocks) then a negative reservable is an indication of the efficiency of the paging algorithm.
In your case, total and free are equal, so although you've overallocated your pagefile, you're not actually using *any*. No processes on your system have any interest in the swap file either. Translation - everything is running in memory, which is generally a good thing.
In absolute values, your 50MB of pagefile is really quite small. You may want to consider increasing it, BUT since you're not using it, there's no compelling reason to increase. Just keep an eye on the free space. If it ever goes below 50000 reevaluate the allocation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 01:02 AM
05-30-2006 01:02 AM
Re: pagefile Reservable issue
was actually allocated in the pagefile.
Reservable memory was a holdover, with little meaning. Thus, if every process used all their pagefile quota, that was the
reservable memory field. In reality, it's interesting, but meaningless.