Fatal error: Allowed memory size
Hello. I am trying to update my 7.2 version to 7.4 Seems like everything was going fine but in the last step of the updat.php process I received this error: ------------------------------------- Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65483 bytes) in /home/mujeresm/public_html/includes/cache.inc on line 418 ------------------------------------- How can I solve this? Ho do I increase memory ? Thanks in advance. Jorge Biquez
There are many sources of info on this. I’d use my Google-Fu on this one. I don’t know specifics for D7, sorry. Joel From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jorge Biquez Sent: Thursday, June 30, 2011 2:00 PM To: support@drupal.org Subject: [support] Fatal error: Allowed memory size Importance: High Hello. I am trying to update my 7.2 version to 7.4 Seems like everything was going fine but in the last step of the updat.php process I received this error: ------------------------------------- Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65483 bytes) in /home/mujeresm/public_html/includes/cache.inc on line 418 ------------------------------------- How can I solve this? Ho do I increase memory ? Thanks in advance. Jorge Biquez
If you have access to php.ini, you can change the memory_limit directive. Otherwise, you can add "ini_set("memory_limit", "2M")" to your settings.php file (changing "2M" to whatever value you wish, of course). On 30 Jun 2011, at 15:02, Joel Willers wrote:
There are many sources of info on this. I’d use my Google-Fu on this one. I don’t know specifics for D7, sorry.
Joel
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jorge Biquez Sent: Thursday, June 30, 2011 2:00 PM To: support@drupal.org Subject: [support] Fatal error: Allowed memory size Importance: High
Hello.
I am trying to update my 7.2 version to 7.4
Seems like everything was going fine but in the last step of the updat.php process I received this error:
------------------------------------- Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65483 bytes) in /home/mujeresm/public_html/includes/cache.inc on line 418 -------------------------------------
How can I solve this? Ho do I increase memory ?
Thanks in advance.
Jorge Biquez
-- [ Drupal support list | http://lists.drupal.org/ ]
http://drupal.org/node/207036 Jamie Holly http://www.intoxination.net http://www.hollyit.net On 6/30/2011 3:00 PM, Jorge Biquez wrote:
Hello.
I am trying to update my 7.2 version to 7.4
Seems like everything was going fine but in the last step of the updat.php process I received this error:
------------------------------------- *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65483 bytes) in */home/mujeresm/public_html/includes/cache.inc* on line *418 *-------------------------------------
How can I solve this? Ho do I increase memory ?
Thanks in advance.
Jorge Biquez
Here's a link that should help. http://tinyurl.com/67ntn45 On Jun 30, 2011, at 12:00 PM, Jorge Biquez wrote:
Hello.
I am trying to update my 7.2 version to 7.4
Seems like everything was going fine but in the last step of the updat.php process I received this error:
------------------------------------- Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65483 bytes) in /home/mujeresm/public_html/includes/cache.inc on line 418 -------------------------------------
How can I solve this? Ho do I increase memory ?
Thanks in advance.
Jorge Biquez
-- [ Drupal support list | http://lists.drupal.org/ ]
Hello all. Thanks for the help. I increase the mmeory and the process run without problems.. I increase it to 512M, in the PHP settings was to 32MB. Is that a good number? THanks in advance Jorge Biquez
32 Mb was okay for Drupal 5, but D6 needed more. And D7 apparently needs even more. I run all my sites at 128 Mb without problems. If you get too bog, you will be forcing memory swaps (paging) which can negatively impact performance. Nancy
________________________________ From: Jorge Biquez
I increase the mmeory and the process run without problems.. I increase it to 512M, in the PHP settings was to 32MB.
Is that a good number?
participants (6)
-
Jamie Holly -
Joel Willers -
Jorge Biquez -
Ms. Nancy Wichmann -
Steve Edwards -
Todd