[Seaside] Re: Seaside memory consumption?

Philippe Marschall philippe.marschall at gmail.com
Tue Apr 29 20:24:25 UTC 2008


2008/4/29 Philippe Marschall <philippe.marschall at gmail.com>:
> 2008/4/29 Andreas Raab <andreas.raab at gmx.de>:
>
> > Philippe Marschall wrote:

As it turned out there was a lot of crap in my mail.

>  128 MB is IMHO the absolute minimum with a standard Squeak image.
>  SeasideHosting for example gives each application 256 MB. The Seaside
>  homepage runs on SeasideHosting too but has all quotas off. You might
>  want to ask Lukas for the exact numbers. On an average day we get
>  between 200 and 400 visitors with more than 1500 on special occasions.
>  However the Seaside homepage is mostly read only and simply saves the
>  image.

The Seaside homepage like all other images has
 -mmap 256 mb

>  .....
>
>  http://bugs.squeak.org/view.php?id=6348
>  I somehow got the impression that you had these patches applied to
>  your images. If that is not the case then I don't suggest you apply
>  them simply because I have heard of no one who uses them in
>  production.
>
>  With this patch you can chance SeasidePlatformSupport >>
>  #weakDictionaryOfSize: to:
>
>  weakDictionaryOfSize: aNumber
>         | dict |
>         dict := WeakIdentityKeyDictionary new: aNumber.
>         WeakArray addWeakDependent: dict.
>         ^ dict

This is useless in Seaside 2.8, simply ignore it.

Cheers
Philippe


More information about the seaside mailing list