summaryrefslogtreecommitdiffstats
path: root/ldap/systools
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-04-04 20:59:54 +0000
committerNathan Kinder <nkinder@redhat.com>2005-04-04 20:59:54 +0000
commitf520e42f04510be7357d263d29319aa83bc063a2 (patch)
treef41a16c5c61cfb9d6017384c7bf64412cdbc8d78 /ldap/systools
parent23c04f65d4f86d7e3d966d3bd1ae0f35f88b7a17 (diff)
downloadds-f520e42f04510be7357d263d29319aa83bc063a2.tar.gz
ds-f520e42f04510be7357d263d29319aa83bc063a2.tar.xz
ds-f520e42f04510be7357d263d29319aa83bc063a2.zip
153668 - Update dsktune for HP-UX
Diffstat (limited to 'ldap/systools')
-rw-r--r--ldap/systools/idsktune.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap/systools/idsktune.c b/ldap/systools/idsktune.c
index 2709a7cb..00ecae46 100644
--- a/ldap/systools/idsktune.c
+++ b/ldap/systools/idsktune.c
@@ -1949,7 +1949,7 @@ static void hp_pthreads_tests(void)
if (tmax < 128) {
printf("WARNING: only %d threads are available in a process.\n", tmax);
- printf("NOTICE : use sam Kernel Configuration Parameters to change max_thread_proc\n");
+ printf("NOTICE : use kmtune or sam Kernel Configuration Parameters to change max_thread_proc\n");
printf("and nkthreads as needed.\n\n");
} else {
if (flag_debug) printf("DEBUG : HP-UX max threads %ld\n", tmax);
@@ -1963,7 +1963,7 @@ static void hp_pthreads_tests(void)
if (omax < 120) {
printf("WARNING: only %d files can be opened at once in a process.\n",omax);
- printf("NOTICE : use sam Kernel Configuration Parameters to change maxfiles.\n");
+ printf("NOTICE : use kmtune or sam Kernel Configuration Parameters to change maxfiles.\n");
} else {
if (flag_debug) printf("DEBUG : HP-UX maxfiles %ld\n", omax);
}
@@ -2875,7 +2875,7 @@ static void check_mem_size(int ro,char *rn)
if (m_change_needed) {
#if defined(__hppa)
- printf("NOTICE : use sam Kernel Configuration Parameters to change maxdsiz parameter.\n");
+ printf("NOTICE : use kmtune or sam Kernel Configuration Parameters to change the maxdsiz\nand maxdsiz_64bit parameters.\n");
#endif
printf("\n");
}