But both versions are set to 128m and the error is saying I only have 68m. Por que?On Fri, Sep 21, 2012 at 3:32 PM, Gordon Heydon <gordon@heydon.com.au> wrote:
HiIf you do a php -i it will tell you which one you are using.Generally on my dev machine or machines which have a separate php.ini for the cli version I either make the memory limit unlimited or very largeGordon
Sent from my iPhoneI am getting this error in Drush everytime I try to update core:
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Allowed memory size of 67108864 bytes exhausted (tried to
allocate 83 bytes) in
/home3/tonymacc/drush/commands/core/sitealias.drush.inc, line 46
I have checked the php.inis I can find, not knowing which one is pulling (only 2 actually), and they both have a line about php memory.
php.ini at home3/tonymacc has only two lines
php_value memory_limit = "128M"
magic_quotes_gpc off
php.ini at home3/tonymacc/public_html has a full blown php.ini with the line:
php_value memory_limit = "128M".
Is the error message referring to the php memory or something else?
Thanks
Tony
--Anthony Stefan Maciejowski
--
[ Drupal support list | http://lists.drupal.org/ ]
--Anthony Stefan Maciejowski