Hi,
I am trying to execute a java program(JDK 1.3.1) on HP-UX 11.i(64 bit machine). Initially, it ran into an error where it was not able to create new threads. It was suggested that the kernel parameter max_thread_procs be increased to 1024. However,after this was changed the program starts up and after a little while exits with "out of memory exception - possible causes
- out of swap space
- too small MAXDSZ "
The swap space lloks fine to me and I increased the value of MAXDSZ too but it has not helped.
It will really helpful if someone can suggest how to fix this problem.
Thanks in advance
I am trying to execute a java program(JDK 1.3.1) on HP-UX 11.i(64 bit machine). Initially, it ran into an error where it was not able to create new threads. It was suggested that the kernel parameter max_thread_procs be increased to 1024. However,after this was changed the program starts up and after a little while exits with "out of memory exception - possible causes
- out of swap space
- too small MAXDSZ "
The swap space lloks fine to me and I increased the value of MAXDSZ too but it has not helped.
It will really helpful if someone can suggest how to fix this problem.
Thanks in advance