[Seaside] Panic button?

Avi Bryant avi.bryant at gmail.com
Tue Jun 7 22:52:50 CEST 2005


On 5/31/05, Guenther Schmidt <gue.schmidt at web.de> wrote:
> Hi,
> 
> is there a "Panic Button"?.
> 
> I did something apparently stupid, while trying to run some code in Seaside.
> The systems memory consumption went from 30MB to 100+ MB and stays there (according to MemoryUsage) and feels sluggish. I reckon I've sent the system into some sort of loop and would like to break out of it.

You can use the ProcessBrowser to see if there's some background
process in an infinite loop or something.  As for memory usage, try
this:

WARegistry clearAllHandlers.
MCFileBasedRepository flushAllCaches.

It may help.

Avi


More information about the Seaside mailing list