Re: Memory usage by class files



Manuel Lemos wrote:

Hello,

on 03/30/2007 08:21 PM Colin McKinnon said the following:
the memory gets eaten up *very* rapidly
That is normal. PHP gets compiled into Zend Opcodes before executing.
That is mostly what compiled PHP takes in RAM. It has nothing to do with
classes.


Thanks Manuel. I was worried it might just be me!

C.
.