I have Drupal up and running locally on my machine using Xampp and am trying to install modules. I've successfully installed some, but now everytime I click 'save configuration' I'm getting something like:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 59 bytes) in C:\xampp\htdocs\drupal-6.16\includes\database.mysqli.inc on line 323

I had to install each item a couple at a time, as it was timing out when I tried to install more than about four or five items at a time.

Many thanks for any help.

Comments

mshepherd’s picture

The message tells you what the problem is - you've run out of memory.

Here's a drupal.org search for 'increase memory':
http://drupal.org/search/apachesolr_search/increase%20memory

It's always worth searching drupal.org for answers before posting.

tonypaulbarker’s picture

Thanks very much, I knew not what to search for. I thought it was something in the database that was full but that made no sense.