Page 2 of 2

Re: Fatal Error

Posted: Sat Aug 12, 2006 6:58 pm
by calguy1000
This is interesting, and it goes to show that not all php installs are created equally.  Ted has a considerably smaller default memory footprint on his new test server:  Here's a copy of some of his latest profiling efforts:
Debug display of 'Loading module CMSMailer':(0.086287) -- 3294296
Debug display of 'Loading module FCKeditorX':(0.091215) -- 3481120
Debug display of 'Loading module MenuManager':(0.097232) -- 3677304
Debug display of 'Loading module ModuleManager':(0.102333) -- 3796112
Debug display of 'Loading module News':(0.107141) -- 3967144
Debug display of 'Loading module nuSOAP':(0.115516) -- 4239776
Debug display of 'Loading module Search':(0.117086) -- 4291784
Debug display of 'Loading module ThemeManager':(0.123781) -- 4519528
Debug display of 'End of include':(0.129699) -- 4737256
Debug: (0.130557) -- 4700864
Piratos wrote: Here some values of needed memory with 1b4 - all modules installed - on the admin side:

Thememamanager open  6,23 MB
News open - 6,24 MB
Events open - 6,29 MB

and the Maximum is if you open the Modulemanager (no one needs this module)  7,84 MB  - it works not proper if you have 8 MB restriction.

Re: Fatal Error

Posted: Sun Aug 13, 2006 7:21 am
by Piratos
Change the adim/footer.php  to this
$htmlresult .= ''.memory_get_usage().' bytes of memory';

echo $htmlresult;
and see it by yourself.

Maybe Ted has eaccelerator or so loaded.

And this is if you are Online with the Modulemanager:
8096496 bytes of memory
and so the cms does not run if you have a 8 mb limit.