
Re: admin/build/modules - going blank
mfbc wrote:
The memory limit sounds like a good suspect... The other site where I used Drupal is configured for Drupal and we have increased all the memory limits in PHP. (or so I'm told)
Thanks for the reply...
John (also)
Hi John. Just a quick update for you - although we do have the memory limit set higher than the default, we're going to boost it a bit further to allow users to load a greater number of modules. Here it is in engineering-speak:
"The limit of 32MB set in the php.ini will be shortly replaced by a
RLimitMEM directive that sets the soft memory limit to 120MB. This
"120MB" is the limit on the Virtual Memory Size of the php-cgi process
which means that this will also contribute towards the loading of the
php-cgi binary and the shared memory objects required by PHP itself."
Since this is a global configuration change - it'll need to go through a bit of QA to make sure it doesn't inadvertently break anything else. I'll post an ETA here as soon as I have one.
Hope this helps,
John