Re: high memory usage in MemoryAspectDataStore (portal block)

2010-06-08 Thread Nils Kaiser
with a cocoon 2.1 portal application. We use a single layout for the site, users cannot really customize it but some maximizing/restoring is done (a search coplet that maximizes to show search results for example). At the moment, the servers are restarted every night as memory usage is increasing

high memory usage in MemoryAspectDataStore (portal block)

2010-06-07 Thread Nils Kaiser
night as memory usage is increasing over the day. A heap dump analysis showed that the MemoryAspectDataStore grows to ~300MB, with ~30 entries in the store (HashMap). These result from coplet data aspect for the aspects sizable and mandatory being saved in the MemoryAspectDataStore. I

Why cocoon memory usage grows without traffic on the server ?

2009-05-20 Thread ROUSSEAU JEROME
Hi cocoon community! we have noted on our web server based on cocoon a growing of the memory used by the JVM although there is no traffic on this web server. Under Introscope (monitoring tool of web application), I can see this type of memory usage : http://farm4.static.flickr.com/3343

RE: Lower Cocoon's memory usage?

2007-02-27 Thread Ard Schrijvers
You mean like in jetty or tomcat? In cocoon, there is also some part you can configure memory settings, in store-janitor in cocoon.xconf. Lowering memory useage can also be done by lowering you store settings for caching Ard Is there a way to lower Cocoon's memory consumtion? It

Lower Cocoon's memory usage?

2007-02-21 Thread Gajo Csaba
Is there a way to lower Cocoon's memory consumtion? It currently uses 80 MB on my computer, I would like to lower this to 30-40. Any suggestions? Csaba - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

How to determine Cocoon memory usage?

2005-01-03 Thread Grzegorz Taczyk
Hello users, When I view samples/statuspage I see: total: 253.19MB so it seems to be correct, but top command memory statistics are saying something diffrent: 362m. The first value is constat, but 362m after few hours changed to 384m. How to explain it? I have JVM 1.5.0, Tomcat 5.5.4

Memory usage

2004-11-23 Thread Jan Hoskens
Hi, I'm working with cocoon 2.1.5. Yesterday I had some problems rendering a pdf (fop). As I had some trouble before with memory usage, I know that I'll have to check the size of the memory again. But I didn't have any problems rendering pdf before. Now today I just restarted the tomcat

Re: Memory usage

2004-11-23 Thread Ralph Goers
Jan Hoskens wrote: - do I need to upgrade to 2.1.6 (ie are there enhancements in memory usage/load)? There was a problem with file handles continuing to grow that has been fixed. I don't know if that would translate into memory usage problems though. I certainly would try it. Ralph

Re: Memory usage

2004-11-23 Thread Derek Hohls
, I'm working with cocoon 2.1.5. Yesterday I had some problems rendering a pdf (fop). As I had some trouble before with memory usage, I know that I'll have to check the size of the memory again. But I didn't have any problems rendering pdf before. Now today I just restarted the tomcat and tried

Re: Memory usage

2004-11-23 Thread JD Daniels
rendering a pdf (fop). As I had some trouble before with memory usage, I know that I'll have to check the size of the memory again. But I didn't have any problems rendering pdf before. Now today I just restarted the tomcat and tried again. This time no problems with pdf rendering. So here's