Which web framework and version of AppFuse are you using? You might try using a profiler like JProfiler to see where your hotspots are.
Matt On 2/14/07, misun chung <[EMAIL PROTECTED]> wrote:
Fan, I just checked the memory usages manually. Whenever I click something in appfuse, it increases 1MB of memory. And it never release the memory. On 2/14/07, Fan <[EMAIL PROTECTED]> wrote: > > Sorry I dont have solution here, but would you like to share how do you > monitor the usage of memory ? > > > nadragon wrote: > > > > Hi all, > > > > I added auto refresh into a listPage, which uses a display tag to display > > a > > table. > > > > > > <META HTTP-EQUIV=Refresh CONTENT=15> //refresh this page every 15 > > seconds. > > > > > > > > But then I found that the browser keeps the data and increases memory > > usages > > every time it refreshes. > > > > So I added the following scripts, not to store any data in local. > > > > <% > > > > response.setHeader("Cache-Control","no-store"); //HTTP 1.1 > > > > response.setHeader("Pragma","no-cache"); //HTTP 1.0 > > > > response.setDateHeader ("Expires", 0); //prevents caching at the proxy > > server > > > > %> > > > > > > > > But still the memory usages keeps increasing. > > > > Would you help me out here? > > > > > > -- > View this message in context: http://www.nabble.com/Refresh-page-with-table-displaytag-consumes-too-much-memory-tf3227949s2369.html#a8967524 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]