The Out of Memory Error Appears in HP-UX

In HP-UX, the default setting for the threads per process is too low for most Java™ applications.

To avoid out of memory errors, increase the value for the following kernel parameters:

  • max_thread_proc
  • nkthread.

Note: The nkthread parameter should be double the value of the max_thread_proc parameter.

For more information, see the HP Web site.