We used to run into problems with RackSpace’s Cloudsites when we would start a new project because the dafault setup doesn’t give enough memory to run WordPress with a lot of plugins.  So we started adding this to the .htaccess of each project at the start:

php_value memory_limit 128M
php_value  upload_max_filesize  16M
php_value  post_max_size  16M