On Sep 2, 2:25 pm, Defranco <[EMAIL PROTECTED]> wrote: > Hi, > > I just noticed that assertEqual() function (test suite) in cakephp 1.2 > RC2 is consuming some memory inside test cases. > > I noticed that 300 assertEqual() executions, gets about 20 MB of PHP > free mem usage. > > It sounds a Memory Leak isn't it? > > I'm using cakephp 1.2.0.7296 RC2, and debug set to 1 > > kind regards > > defranco
If there is a memory leak it most likely be related to SimpleTest rather than CakePHP as we do not maintain the SimpleTest libraries. I haven't noticed any out of memory errors personally. But perhaps the simpletest people might know something about it. -Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
