When I clear cache via Drush, I get a memory error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 19456 bytes) in /dev/sites/all/modules/better_formats/better_formats.install on line 99
The same error comes up over and over but references different modules, so I think the module listed here is irrelevant.
I have a dedicated server and I do not experience this problem on other sites installed on the same server. The php.ini file sets the memory limit at 256M for this site.
Cache clears via the Drupal UI but, takes a really long time (like 30 sec).
Turning Views and modules dependent on it OFF fixes the problem. But of course the site is useless without Views. I'm using Views 2.8.
I have no idea if it is related... but all the theming goes away when I turn on "optimize css."
Any ideas about the problem or how I should go about troubleshooting it would be most appreciated.
Shai