Andr� van Toly wrote:

I think the java.lang.OutOfMemoryError is caused because MMBase tries to start more threads than Tomcat can handle or is allowed to start (default its 75 in our set-up 60). Is this is a bug in MMBase? Should MMBase use a thread pool with a maximum number of threads? Or some sort of queuing mechanism which puts the multicast threads in a queu untill there is room to execute them?


---Andr�

Starting service Tomcat-Standalone
Apache Tomcat/4.1.29
Apr 13, 2004 12:29:31 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8888
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start(Native Method)
at

Strange, but one thing is for certain, MMBase is quite thread hungry, so I think you should up the number of threads first (about 200 to 300). If this still occurs you really have an OutOfMemory (not strange with editwizards), and not a thread problem.

--
Rico Jansen ([EMAIL PROTECTED])
"You call it untidy, I call it LRU ordered" -- Daniel Barlow



Reply via email to