On Feb 15, 2011, at 00:16, [email protected] wrote:

> But look,... am I pulling 8 meg File...?, ... I don't think so just by
> accessing one little page.

...one little page served with CakePHP, a framework with many features that 
take up memory. 8MB is not a lot of memory these days. (Right now, my email 
program is using 100MB of memory; my web browser 260MB.) Many years ago, PHP 
used to have a default memory_limit of 8MB per process; these days, the default 
limit is 128MB. Clearly the developers of PHP realized that 8MB was too small 
for the kinds of things people are doing with PHP these days. Increase your 
PHP's memory limit by modifying the php.ini as explained before.

> Apparently I did something wrong in Models
> or controllers,... and I can't find it what... the error is random,
> its not alway coming up...
> Anyone can tell what it is...?

Nope, at this point I don't know why your script needs more memory. If your 
scripts start having trouble under 128MB of RAM, then I'd start investigating.


-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to