Closed (works as designed)
Project:
Media: YouTube
Version:
7.x-2.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2013 at 19:27 UTC
Updated:
17 Aug 2013 at 18:17 UTC
I update to File entity 7.x-2.0-unstable7+39-dev and Media 7.x-2.0-unstable7+25-dev smoothly. After updating to Media YouTube
7.x-2.0-rc2 and running the update.php process I got the following errors, which happen now in anything I do. My PHP memory limit is 256M.
<ul>
<li>Warning: include_once() [function.include-once]: Unable to allocate memory for pool. in include_once() (line 21 of /Users/shaisamuel/Sites/acquia-cloud-dev/shaisamuelgm/docroot/sites/all/modules/contrib/media_youtube/media_youtube.module).</li>
<li>Warning: require_once() [function.require-once]: Unable to allocate memory for pool. in module_load_include() (line 330 of /Users/shaisamuel/Sites/acquia-cloud-dev/shaisamuelgm/docroot/includes/module.inc).</li>
<li>Warning: require_once() [function.require-once]: Unable to allocate memory for pool. in _registry_check_code() (line 3100 of /Users/shaisamuel/Sites/acquia-cloud-dev/shaisamuelgm/docroot/includes/bootstrap.inc).</li>
</ul>Any thought?
Comments
Comment #1
knalstaaf commented#952358: Unable to allocate memory for pool. in theme_render_template
Comment #2
devin carlson commentedThis is an APC issue. See #1154448: Unable to allocate memory for pool..