Posted by jenc on November 19, 2010 at 9:48am
Hi,
I'm new with Drupal. I built a site with several views and blocks. I encountered problem with php memory limit. It's limited to 32mb. My client has signed up with the provider for 5 years. Is there a work around for this?
Thanks.
Comments
hosting
Jenc, you should always benchmark you hosting / development provider.
For the memory_limit, try to override your php.ini and increase that limit to 96MB (optimal) or higher.
For development, I always use WebEnabled for my sandbox, and then deploy the site elsewhere upon completion.
5 years might be a very long contract-agreement. All I can say is... good luck.
Marckee for Short
ask provider
Ask your clients provider to increase the memory limit in the php.ini file then download drupal tweaks module - this module will allow you to set a higher memory limit. Good luck.