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: |
|
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)
Note: See
TracTickets for help on using
tickets.
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)" ...