I received some private replies with people's measurements.

Basically, out of the box displaying a simple page with the pages
controller and nothing else will use up between 5M and 6M of memory,
so this has to be regarded as the cake 1.2 absolute minimum, but you
can't do much with that.

Add in a few models and you are quickly above 7M. This is something to
think about in php4 where the default limit is 8M. (in php5 I believe
it is 16M, so this is less of an issue).

Not sure what the figures were in cake 1.1, as I don't have it
installed anymore.

Looks like to use cake in php4 for any medium sized application, you
should consider increasing the php4 memory limit a bit on your server
(easy enough to do though, and definitely worth it to get the benefits
of cake).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to