Re: Excessive resource usage

2009-12-15 Thread euromark
maybe some loops that do not terminate

while (true) {}

or with foreach, for, ...?


On 15 Dez., 22:18, Piotr Kilczuk  wrote:
> Hello,
>
> > I'm getting lots of "Excessive resource usage" messages from my
> > server, like the one you can see below:
>
> What PHP version is it, guess < 5.3? Did you try to set recursive to
> -1 wherever possible?
>
> Regards,
> Piotr

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Excessive resource usage

2009-12-15 Thread Piotr Kilczuk
Hello,

> I'm getting lots of "Excessive resource usage" messages from my
> server, like the one you can see below:

What PHP version is it, guess < 5.3? Did you try to set recursive to
-1 wherever possible?

Regards,
Piotr

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Excessive resource usage

2009-12-15 Thread Mauro Ribeiro
I'm getting lots of "Excessive resource usage" messages from my
server, like the one you can see below:

Time: Tue Dec 15 10:34:43 2009 -0500
Account:  ee
Resource: Virtual Memory Size
Exceeded: 103 > 100 (MB)
Executable:   /usr/bin/php
Command Line: /usr/bin/php /home/ee/public_html/app/webroot/index.php
PID:  24195
Killed:   No

It`s always the same webroot/index.php. I can`t figure out why it`s
using so much memory.

Debug level is already in 0.

Does someone know anything that can be happening?

Thanks in adv.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en