[Seaside] Millions of Associations blowing up RAM

Lukas Renggli renggli at gmail.com
Mon Jan 14 10:03:05 UTC 2008


> Currently, I am having massive problems with memory growth and through this with performance. After making some tests for about 15 minutes as a single browser user my image grows by about 40 MB to some 140 MB or more, which is mainly caused by some 1.800.000 or more instances of Association, which alone consume about 37 MB.

This is not normal. There seems to be a problem in your code.

- How many objects do you register for backtracking?

- How many components do you have on one page?

- Are you sure not to re-instantiate components on every render pass?

- How many callbacks does an average page defines?

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list