On Thu, 25 Jun 2009, Kartik Nayak wrote:
> Tried to install a module named 'Views' now. Everything was pretty much the
> same. Just came across an error which said: "
> *Fatal error*: Allowed memory size of 16777216 bytes exhausted (tried to
> allocate 70711 bytes) in */var/www/Drupal/includes/database.mysqli.inc* on
> line *303*"
>
> Tried to google a little, and found that this is because some modules
> require more memory because they provide you with a lot of functionality or
> they are poorly written. Hence, the memory limit should be increased. This
> can be done by setting the memory limit to 20M or more (it was 16M
> initially) in /sites/default/settings.php file by adding the statement
> ini_set('memory_limit','20M');
>
>
> 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 ?
thanks
Saifi.