HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How trouble shoot memory / swap space problems
Operating System - HP-UX
1826217
Members
2809
Online
109691
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-10-2007 12:07 PM
04-10-2007 12:07 PM
How trouble shoot memory / swap space problems
Hi,
hpux 11.11v1, model RP2470.
I have seen a message come up on our ux box and I am unsure how/where to start investigating this problem. Would anyone be able to offer any info...
the message I received follows:
PID 27217 received a SIGSEGV for stack growth failure. Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
We did have a problem with an mqseries process but that is going now, and since I am unsure what the pid 27217 was (it does not exist now) I cannot say whether this was the cause of the sigsegv message or not. Either way, I should be aware of how to start investigating.
any help much appreciated.
Maria
hpux 11.11v1, model RP2470.
I have seen a message come up on our ux box and I am unsure how/where to start investigating this problem. Would anyone be able to offer any info...
the message I received follows:
PID 27217 received a SIGSEGV for stack growth failure. Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
We did have a problem with an mqseries process but that is going now, and since I am unsure what the pid 27217 was (it does not exist now) I cannot say whether this was the cause of the sigsegv message or not. Either way, I should be aware of how to start investigating.
any help much appreciated.
Maria
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 02:26 PM
04-10-2007 02:26 PM
Re: How trouble shoot memory / swap space problems
If the program is like most Unix code, it probably crashed and left a core file behind. That file will identify the process name and the date on the file will tell you when it crashed.
Ideally the author of the program has provided adequate documentation as to the amount of RAM required by the program so you can change the kernel values as needed. (OK, I know that is a silly ideal...) Start by bumping up maxdsiz to 2Gb and maxdsix_64 to 8Gb or more. These fences cause more troubles than they prevent so set them plenty high. If a bad program is grabbing all your RAM, you'll see it with:
UNIX95=1 ps -e -o vsz,ruser,pid,ppid,args | sort -rn | head -15
Bill Hassell, sysadmin
Ideally the author of the program has provided adequate documentation as to the amount of RAM required by the program so you can change the kernel values as needed. (OK, I know that is a silly ideal...) Start by bumping up maxdsiz to 2Gb and maxdsix_64 to 8Gb or more. These fences cause more troubles than they prevent so set them plenty high. If a bad program is grabbing all your RAM, you'll see it with:
UNIX95=1 ps -e -o vsz,ruser,pid,ppid,args | sort -rn | head -15
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 06:47 PM
04-10-2007 06:47 PM
Re: How trouble shoot memory / swap space problems
Generally the first two causes in the message are incorrect. Typically this is due to a programming error where there is a recursive stack overflow, so matter how big you make maxssiz, it will still fail. I recently had firefox abort with about 2000 frames of doing something to some "subobject".
>Bill: Start by bumping up maxdsiz to 2Gb and maxdsix_64 to 8Gb or more.
This is maxssiz, not maxdsiz, so this won't help.
What is your current value of maxssiz? If not 80 Mb, I suppose that would be a good value. Unless this is some evil Fortran application.
>Bill: Start by bumping up maxdsiz to 2Gb and maxdsix_64 to 8Gb or more.
This is maxssiz, not maxdsiz, so this won't help.
What is your current value of maxssiz? If not 80 Mb, I suppose that would be a good value. Unless this is some evil Fortran application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 09:17 PM
04-10-2007 09:17 PM
Re: How trouble shoot memory / swap space problems
Hello,
if you want to have a process history with their exit status code, you can look at the process accounting.
look at the map page for acct(1M).
generally, your problem is swap or maxssiz problem, run 'swapinfo -tam' for a look your swap.
for maxssiz you'll find more informations at the following url:
http://docs.google.com/View?docid=dc7s6mzr_56cgsg9g
Regards,
Cedrick Gaillard
if you want to have a process history with their exit status code, you can look at the process accounting.
look at the map page for acct(1M).
generally, your problem is swap or maxssiz problem, run 'swapinfo -tam' for a look your swap.
for maxssiz you'll find more informations at the following url:
http://docs.google.com/View?docid=dc7s6mzr_56cgsg9g
Regards,
Cedrick Gaillard
Best regards, Cedrick Gaillard
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP