You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ernst Nusterer <er...@swissrisk.com> on 2001/04/09 11:59:53 UTC

Cocoon: Out of memory:

Hi Guys,

we are using Cocoon 1.7.4. (Apache 3.1.12, Jserv on Linux) in a prototype
environment, and we are trying to migrate it to another machine (duall PII
with more memory), on the new machine, we receive erorrs like:

java.lang.Exception: FATAL ERROR: the system ran out of memory when
processing the request.
	at org.apache.cocoon.Engine.Handle  (Engine.java:348)
	at org.apache.cocoon.Cocoon.service (Cocoon.java:167)
	at javax.servlet.....


Our cocoon properties looks like this:


File: /usr/local/cocoon/cocoon.properties

....
##########################################
# Object Storage Systems                 #
##########################################

# the default object storage
store = org.apache.cocoon.store.MemoryStore

# Indicates how much free memory should always be available to the JVM. (in
bytes)
store.freememory = 1000000
#

# Indicates what is the maximum heap size that your JVM can reach (in byte).
# This is normally set using the -mx or -Xmx command line argument.
store.heapsize = 60000000
#............


Does any kind soul have ideas what we can do to resove this?


Thanks a lot,

Ernst


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>