![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Equivalent Kernel parameter in HP-UX | vnarsim | HP-UX | 1 | 01-15-2008 10:30 AM |
| kernel parameter in SOL | aladdin | UNIX for Dummies Questions & Answers | 3 | 05-22-2007 08:51 AM |
| How to change a kernel parameter | soestx | UNIX for Dummies Questions & Answers | 7 | 05-19-2005 12:12 AM |
| kernel parameter | Prafulla | UNIX for Dummies Questions & Answers | 1 | 02-09-2002 02:06 PM |
| kernel parameter | Prafulla | UNIX for Dummies Questions & Answers | 1 | 10-16-2001 02:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
nk thread kernel parameter
Hi.
I wanted to know, that if an issue is coming, where ,on running a load test, the memory of the APP server(unix) increases, but does not come down once the test is over, in that case, does tuning the nk thread paramter help in teleasing of the memory..??? plz answer soon |
|
||||
|
Quote:
Tuning a kernel parameter is dependent on a lot of things. Actually, the nkthread parameter specifies the maximum number of threads that all processes combined can run at any given time. This is system wide approach. Actually, do we have the default parameter now in setup? It should be (nproc*2)+ 15 or 16 by default I guess. Also, what is the exact issue you are facing now? Were there any updates done before you experience this issue? What is the OS relase and memory you have in setup? We also need to make sure that this issue is not because of anything else before you modify the parameter. I'm not sure if the modification of this parameter would help here, however, more information in this regard would help anyone who's gonna address this issue in this forum! -DB |
|
||||
|
Yep...DB is correct, we do not make changes in the kernel parameters untill we are sure.
Moreover, your issue is somewhat related to memory. Try searching in "top", which process is utilizing most memory, is this the same application that is stopped. Try "ps -ef | grep -i <app>" to ensure if the process is still running.. -UniRock |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|