> Then you haven't correctly set development to false or your measurement
> of used memory is not correct
you were right, i set development fals in the wrong section of web.xml.
i put it under
org.apache.jasper.servlet.JspServlet no, and
things behave like expected.
thanks for help and so
thanks for help - but, are you really sure?
if i
- set development=false
- delete everything within work subdir to force recompile of every jsp
then for me, the initial crawl makes jvm consume the same amount of memory
regardless development true or false - and thats what i'm wondering about.
hi,
we have a problem with our website for a while.
I tracked it down to a memory-ressource-issue due to memory-requirements for
compiling.
We can throw memory at the problem to circumvent it, but it looks weird to me.
Regardless we have set "development" to true or false in conf/web.xml, ,