From f520e42f04510be7357d263d29319aa83bc063a2 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Mon, 4 Apr 2005 20:59:54 +0000 Subject: 153668 - Update dsktune for HP-UX --- ldap/systools/idsktune.c | 6 +++--- 1 file 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"); } -- cgit