Page MenuHomePhabricator

Turn on garbage collection for Parsoid cluster
Closed, ResolvedPublic

Description

Currently we disable garbage collection on the Parsoid cluster.

There were originally gc bugs (T228346: PHP 7.2 garbage collector segfault) but there were also some performance improvements obtained by turning off gc (T230861: PHP 7.2 is very slow on an allocation-intensive benchmark).

We need to re-enable garbage collection (and fix any performance regressions) before we can use Parsoid directly on the main mediawiki cluster.

https://codesearch.wmflabs.org/search/?q=T230861&i=nope&files=&repos=

Event Timeline

ssastry triaged this task as Medium priority.Jun 4 2020, 8:05 PM
ssastry claimed this task.
ssastry subscribed.

Nothing to do here for PHP 7.3 and later.