#2258177: Convert migrate_drupal tests to KernelTestBase has reduced the migrate drupal memory usage.

CommentFileSizeAuthor
#1 2488954.1.patch662 bytesalexpott
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexpott’s picture

Status: Active » Needs review
FileSize
662 bytes
webflo’s picture

Status: Needs review » Reviewed & tested by the community

Looks good. Both issues are resolved.

  • xjm committed 14530c6 on 8.0.x
    Issue #2488954 by alexpott, webflo: Set simpletest memory limit to 128M
    
xjm’s picture

Status: Reviewed & tested by the community » Fixed

Yay. :) 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

anavarre’s picture

Just 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 78

My 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.