#2258177: Convert migrate_drupal tests to KernelTestBase has reduced the migrate drupal memory usage.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2488954.1.patch | 662 bytes | alexpott |
#2258177: Convert migrate_drupal tests to KernelTestBase has reduced the migrate drupal memory usage.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2488954.1.patch | 662 bytes | alexpott |
Comments
Comment #1
alexpottComment #2
webflo commentedLooks good. Both issues are resolved.
Comment #4
xjmYay. :) This issue is a prioritized change as per https://www.drupal.org/core/beta-changes (and a followup to earlier majors and criticals). Committed and pushed to 8.0.x. Thanks
Comment #5
anavarreJust got the following error and remembered seeing this issue recently committed:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3147268 bytes) in /var/www/html/d8/core/lib/Drupal/Component/Utility/SafeMarkup.php on line 78My memory_limit setting was already set to 128M so it seems the memory footprint for /admin/config/development/testing can still be higher than that.