You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/08 23:58:37 UTC

DO NOT REPLY [Bug 9715] - 'Out of Memory' error with static html pages

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9715>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9715

'Out of Memory' error with static html pages

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Critical                    |Enhancement
           Priority|Other                       |High
            Version|4.0 Beta 3                  |4.1.3



------- Additional Comments From remm@apache.org  2002-06-08 21:58 -------
You can disable or configure caching if it uses too much memory. (Specify a
Resources element to the Context to do that, and use an attribute "cached=false")

That should solve the problem. Of course, the current cache is very primitive
and should be improved. There are probably components in the commons to do that.
Converting to enhancement (which should be taken care of very soon). BTW, if you
have ideas to improve the cache, don't hesitate to submit them.

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