Make WordPress Core

Opened 4 weeks ago

Last modified 3 weeks ago

#63601 new defect (bug)

Memory exhaustion during performance tests when base version is set to 6.8

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.8
Component: Build/Test Tools Keywords:
Focuses: performance Cc:

Description

In [60324] the base version of WordPress used in the performance tests was changed from 6.7 to 6.8. This commit did not trigger a performance test run.

After the subsequent commit, [60325], the performance test run ran into memory exhaustion errors when extracting 6.8. The change was reverted in [60326].

This problem needs to be investigated.

Change History (2)

#1 @swissspidy
3 weeks ago

Is 6.8 just way bigger than previous releases that this suddenly happens? Someone just reported this in the WP-CLI repo as well: https://github.com/wp-cli/core-command/issues/287

Usually I'd just recommend increasing PHP memory limit, e.g. php -d memory_limit=512M "$(which wp)" ...

#2 @johnbillion
3 weeks ago

That was my first thought but there's almost no change.

  • 6.7.2 zip: 28.4 MB
  • 6.8.1 zip: 28.6 MB

Unzipped they're both 79 MB.

Note: See TracTickets for help on using tickets.