[Grok-dev] Memory footprint etc

Leonardo Rochael Almeida leorochael at gmail.com
Fri May 16 11:11:18 EDT 2008


not at all. Quite the contrary, the ony cache is the ZODB cache, which
is in memory and caches object pickles so it doesn't have to go back
to the ZODB until it gets an invalidation.

I suspect sooner or later we will want some sort of RAMCache to store
heavy calculations for some time.

Cheers, Leo

On Fri, May 16, 2008 at 8:50 AM, Sebastian Ware <sebastian at urbantalk.se> wrote:
> This might be of interest. I have a couple of very small dynamic websites
> run in separate Grok instances (0.12 I believe) and they are basically never
> accessed.
>
> Per instance
> zopectl: aprox 800 kb physical, 35 Mb virtual
> runzope: aprox 20 Mb physical, 75 Mb virtual
>
> Maybe someone has some better stats for those who want to do some estimates
> on resource consumtion. To me it feels quite ok.
>
> Does Grok cache files in the static folder?
>
> Mvh Sebastian
>
> _______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> http://mail.zope.org/mailman/listinfo/grok-dev
>


More information about the Grok-dev mailing list