I'm attempting my second Drupal 8 install but I'm getting the same error that I received when I tried about a year ago. When I go through the install process I get a memory limit error saying that there needs to be more than 32MB of memory available. This is despite the fact that I've got the memory limit set at 128M in php.ini and phpinfo() confirms this. Ignoring the error and continuing the install process crashes with the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 8208 bytes) in /home/mysite/dev.mysite.com/core/lib/Drupal/Core/Routing/CompiledRoute.php on line 146

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Saoirse1916 created an issue. See original summary.

cilefen’s picture

Category: Bug report » Support request
Priority: Major » Normal

Drupal is not lying. In the context where it is running, there are only 32 MB of RAM. Where was the phpinfo data collected in relation to where the Drupal files are located?

Version: 8.2.7 » 8.2.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

Version: 8.2.x-dev » 8.9.x-dev

Drupal 8.8.7 was released on June 3, 2020 and is the final full bugfix release for the Drupal 8.8.x series. Branches prior to 8.8.x are not supported, and Drupal 8.8.x will not receive any further development aside from security fixes. Sites should prepare to update to Drupal 8.9.0 or Drupal 9.0.0 for ongoing support.

Bug reports should be targeted against the 8.9.x-dev branch from now on, and new development or disruptive changes should be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.2.x-dev

Drupal 8 is end-of-life as of November 17, 2021. There will not be further changes made to Drupal 8. Bugfixes are now made to the 9.3.x and higher branches only. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.2.x-dev » 9.3.x-dev
cilefen’s picture

Status: Active » Closed (cannot reproduce)