- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Page File Quota of a VMS process
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
04-20-2006 08:47 PM
04-20-2006 08:47 PM
Page File Quota of a VMS process
The Page file quota of a process is getting decreased slowly as i/o goes on increasing. The process is responsible for serving a user request from the server. After the Page file quota reached a certain level, it is unable to serve the request and starts giving erroron main server against the process name. Some times the error clears automatically, may be due to user logged out or may be due to cancellation of some request by user. Once the user logs off & logs in freshly it worked normally till it reaches the limit again. Any suggestion to improve the situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:58 PM
04-20-2006 08:58 PM
Re: Page File Quota of a VMS process
Based on your information, I guess that the app is suffering from a memory leak.
Do the I/Os ever complete?
A (temporary) remedy would be to increase the PGFLQUOTA of the process in question.
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 05:04 AM
04-21-2006 05:04 AM
Re: Page File Quota of a VMS process
I received a file from DEC awhile ago called quota that is useful for watching quotas. I am attaching that file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 05:04 AM
04-21-2006 05:04 AM
Re: Page File Quota of a VMS process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 05:35 AM
04-21-2006 05:35 AM
Re: Page File Quota of a VMS process
The original source of the quota file.
Wanted to make sure others knew where it might reside.
I still like askcompaq :D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 05:37 AM
04-21-2006 05:37 AM
Re: Page File Quota of a VMS process
You would need to find out, exactly which operation (and code path) in the application triggers the consumption of memory. You will most likely need help of the application programmer responsible for that application.
If the application has any built-in tracing functions, consider to enable it to log the operations being performed by the application.
If you can watch this application with SHOW PROC/CONT/ID=xxx, you could type 'V' which shows you the virtual address space layout of this process. If the leak is severe enough, you may be able to watch the address space expand. This would then enable you to look at the contents of those pages with SDA and maybe spot repeating data patterns.
Volker.