Problem with CLM Install
I am working with someone who is trying to install CLM and has the following question:
Thank you!
Error 500: java.lang.OutOfMemoryError: Failed to create a thread: retVal -1073741830, errno 12
So can I bring up another server (server2) in WebSphere and put rm, ccm, converter into that server? Would that help?
Thank you!
One answer
The message "Failed to create a thread" indicates that the Java VM ran out of native memory, as opposed to heap memory. This indicates that the VM is configured with too large a heap size. This usually only happens on 32 bit machines. The documentation on setting up a WebSphere server at http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.jazz.install.doc/topics/t_s_server_installation_setup_WAS.html recommends using a maximum heap size of 1229MB for 32 bit machines. If you are using that setting and still running out of native memory, then you'll need to lower it a bit. Running on a 32 bit machine requires careful balancing of the heap size vs. native memory size, which is why it's not supported for production use.