HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Process stopped due to low resources
Operating System - HP-UX
1836104
Members
3716
Online
110089
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
07-09-2004 02:46 AM
07-09-2004 02:46 AM
Process stopped due to low resources
Hi,
During performance testing of our application, at one point (low resources) the application got stopped.
There was no problem with application though.
Does the Hpux Operating system stop some processes as a protective
action if it detects that the system resources become insufficient.
Is there any documentation about same available.
If yes, kindly mail the URL.
Regards
Vijender
During performance testing of our application, at one point (low resources) the application got stopped.
There was no problem with application though.
Does the Hpux Operating system stop some processes as a protective
action if it detects that the system resources become insufficient.
Is there any documentation about same available.
If yes, kindly mail the URL.
Regards
Vijender
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 02:57 AM
07-09-2004 02:57 AM
Re: Process stopped due to low resources
How did you check the process was stopped??
If system is hitting the resources, it may be stopped and will be run when resources become available again. You can check what resource it is blocking on with
glance -B
Anil
If system is hitting the resources, it may be stopped and will be run when resources become available again. You can check what resource it is blocking on with
glance -B
Anil
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 03:06 AM
07-09-2004 03:06 AM
Re: Process stopped due to low resources
Hi Vijender,
No. HPUX OS doesn't stop any processes as a protective action. However, if the system is low on memory, the least used pages will be paged out and it will take sometime to get them back when the process is ready to run again. Depending on the memory pressure, sometimes, it may take quite a long to get a deactivated process back into action. CPU load can be tricky for single-threaded processes and multi-threaded processes. Single threaded processes can only run on one CPU at any time. CPU load can also make the processes to look like stopped where in fact they are actually waiting to get the scheduler to take care of them. Generally cpu and memory shortages can be felt by even users working on the system.
On the other hand, if the process is waiting on something (like Disk IO or a response from another network element), then you may find it not doing anything (sleeping) until it gets its request fulfilled. In this case, the system need not be short on CPU or memory resources.
-Sri
No. HPUX OS doesn't stop any processes as a protective action. However, if the system is low on memory, the least used pages will be paged out and it will take sometime to get them back when the process is ready to run again. Depending on the memory pressure, sometimes, it may take quite a long to get a deactivated process back into action. CPU load can be tricky for single-threaded processes and multi-threaded processes. Single threaded processes can only run on one CPU at any time. CPU load can also make the processes to look like stopped where in fact they are actually waiting to get the scheduler to take care of them. Generally cpu and memory shortages can be felt by even users working on the system.
On the other hand, if the process is waiting on something (like Disk IO or a response from another network element), then you may find it not doing anything (sleeping) until it gets its request fulfilled. In this case, the system need not be short on CPU or memory resources.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP