Use a larger interval for the sleep time for hpdbdaemon than the default of 30 seconds. The daemon is a process that wakes up every 30 seconds and connects to the DBEnvironment to determine whether there have been any abnormal terminations. If there have been abnormal terminations, the daemon cleans up by releasing locks and other system resources. If your system rarely experiences abnormal terminations, you can
avoid the overhead of having daemons repeatedly connect to and release the DBEnvironment by increasing the sleep time. You should experiment with
different intervals; a value of 60 seconds reduces the overhead by half. Remember, however, that increasing the sleep time also increases the time before cleanup takes place.
You can set the daemon's sleep time with the C shell setenv command, as follows:
where the integer n is a number of seconds.