- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Memory leak
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-21-2008 12:20 AM
10-21-2008 12:20 AM
Re: Memory leak
o.k. - not a memory leak in pthreads.
You could use SDA> SHOW PROC/PHD to look at which VA address space is increasing (P0 or P1). Then use SDA to just dump the most recent ;1000 bytes and look for patterns.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 01:25 AM
10-21-2008 01:25 AM
Re: Memory leak
Who will probably do nothing with it because we only have 2% of 2006 activity left and his bos says it will be finished by year end.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 01:42 PM
10-21-2008 01:42 PM
Re: Memory leak
Consuming what type of memory: physical or virtual?
What is the error message/status when the application/process fails?
What about this "process tree"?
If it is virtual memory - and the error message would tell - then a purge workingset does nothing here. If processes run in a a job tree then they have to share certain quotas like PGFLQUOTA comes to mind. Same amount of processes per job?
I may have missed some of this information in an earlier reply.
/Guenther
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 01:39 AM
10-22-2008 01:39 AM
Re: Memory leak
Consuming what type of memory: physical or virtual?
- Virtual
What is the error message/status when the application/process fails?
- none. Hang of the proces
What about this "process tree"?
- a master process creationg about 10 sons. Normally memory consumtion is stable at 43% of 3Mpages.
If it is virtual memory - and the error message would tell - then a purge workingset does nothing here. If processes run in a a job tree then they have to share certain quotas like PGFLQUOTA comes to mind. Same amount of processes per job?
- yes I thought that too. It's PGFLQ that is the limiting factor. Increasing the PGFLQ is no solution because it's gone within minutes
(found interprocess traffic of about 10 GB per hour, it's about at this speed that memory is going.
I may have missed some of this information in an earlier reply.
- no problem.
Yesterday I moved the priority from 6 to 15 and didn't have the problem. But may be the markets are just quieter.
Wim
(BTW : Jan : the transactions are no longer done on VMS. Only a few M bucks left)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 06:54 AM
10-22-2008 06:54 AM
Re: Memory leak
that sounds like the application tries something smart - handling the exceeded pagefile quota by wait-and-retry.
So you increased the accounts PGFLQUOTA and the size/number of pagefiles?
There is a good chance that the application is doing expand P0 region and leaving unused virtual memory blocks behind. Maybe it is just a couple of virtual memory pages away from being happy? I would like to see the processes exhaust P0 space.
Time to let someone who knows the code look at it (open files, channels in use, application logs, exam to VA memory).
/Guenther
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 07:28 AM
10-22-2008 07:28 AM
Re: Memory leak
As 750 MB is taken in 2 minutes, giving PGFLQ will only extend life of the process a little. So we restart it when it reaches 1 GB. And hope the exchanges will calm again (better for my money too).
Wim
- « Previous
-
- 1
- 2
- Next »