Well it's sort of solved. Here is the deal:
When clicking on the products tap I get the following error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 94 bytes) in /(domain crap here)/administrator/components/com_virtuemart/models/product.php on line 553.
It seems to be a direct result of a pagination bug with the products tab back end. At least in my case, after trying to save a product, the script returns me to the products tab but actually loads all my products in one page(No Pagination). All 17,000 of them! Joomla debug logged 143,005 queries and 490MB of memory consumed. My host must think I'm nuts.
I think the core of the bug was pretty much recorded and acknowledged here:
http://forum.virtuemart.net/index.php?topic=87899So hopefully we'll see a fix!