I have a drupal 6 installation with a large number of views and have recently started experiencing problems in saving a view when editing an existing view or creating a new view.
I get a memory exhausted error.
I now also get a memory error when clearing the cache. I dont begin to understand what all happens during that process but i do know that the menu tables are rebuilt among other things.
Some general details.
Have the latest versions of core and views
drupal 6.28
views 6.x-2.16
I do have quite a few views add ins
vbo, bonus pack, custom field, dynamic fields, excel export, views send
host is hotdrupal with php memory limit of 256M
When I check the tables I find
table views_view has 158 records. the largest value in field vid is 218
table views_display has over 700 records
Browsing through the views_display table I found over 200 records with extremely large values for vid
numbers like 267137, 616579, etc. Many of these seem to be the same display with just a different vid. If I was guessing I would think these records might be something that was created when an error occurred.