« Return to Thread: Re: Fatal Error while installing a module

Re: Re: Fatal Error while installing a module

by eerpini :: Rate this Message:

Reply to Author | View in Thread

>> Be sure to make changes to permissions to settings.php file after making the
>> change.
>>
>> Regards,
>> Kartik Nayak
>>
>
> How is the total memory utilization of the various modules calculated in drupal ?

the total memory is not as such calculated before hand, and I am not
sure there exists a method using which you can calculate the total
memory used by a php script before trying to interpret it ( correct me
if I am wrong), ...
in simple terms, the drupal core runs the php code and the interpreter
tries to allocate memory for the php code, but when this causes the
system limit on the total memory that can be used by the php virtual
machine, the error is shown.

Cheers
Satish

 « Return to Thread: Re: Fatal Error while installing a module