- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- insufficient memory or swap space
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-23-2002 08:17 AM
04-23-2002 08:17 AM
OS 11.0
When i tried to view a file i got the following error.
Pid 12989 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
Memory fault
ANY IDEA WHY THIS IS OCCURING.
i am very much inetsted to know , as we are having some problems with one of our applications installed on HP-UX. So wondering if this is some thing to do with the Operation system.
Any information would be of GREATEST help to us
Cheers,
Nag
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 08:22 AM
04-23-2002 08:22 AM
Re: insufficient memory or swap space
Appears you may need to increase the maxssiz kernel parameter.
Value can be between 0 - 655360 pages & I believe the default is 2048.
And yes this could be causing your app problems.
Also IF your swap does not at least equal the amount of RAM in the system - it should be brought up to match.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 08:24 AM
04-23-2002 08:24 AM
Re: insufficient memory or swap space
Have a look (first) at your swap utilization:
# swapinfo -tam
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 08:27 AM
04-23-2002 08:27 AM
Re: insufficient memory or swap space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 08:32 AM
04-23-2002 08:32 AM
Re: insufficient memory or swap space
1. Type of server.
2. Amount of Memory
3. Swapinfo -tm
4. Kernel Parameters.
And the size of the file you want to view.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 08:33 AM
04-23-2002 08:33 AM
SolutionSome points:
1) Check the memory:swap ratio. You have to check the swap usage with either glance or swapinfo -t. Check and make sure that it is not running out of resources.
2) Check the total system usage with glance and find out if anything wrong.
3) Check the kernel parameters which depend on swap and memory utilization. Increase if needed.
4) If you have done a kernel rebuilding and not yet restarted the system, the same error can occur. So reboot the system, if that is the case.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 08:39 AM
04-23-2002 08:39 AM
Re: insufficient memory or swap space
Yes there is a core dump.
Actually all the problems started with the core dump.
I found a core dump in the log files of my appilcation.
can i get any information from the core that is present in the logs files of my applications.
Many times, The connections established by the app. are not disconnected, and finally we end up starting the application , to disconnect the connections.And to get back to normal
Jeff-
How can i know about the swap.What is the value in the environment.
what is the command for it.
James-
I ran the command and found that the amount of used memory is 50%.
Thank you all very much..