Page MenuHomePhabricator

HTTP 500 on Special:NovaSudoers
Closed, DeclinedPublic

Description

After filtering to tools, and clicking the filter button... https://wikitech.wikimedia.org/wiki/Special:NovaSudoer is just giving me HTTP 500

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Is this a reincarnation of T70100?

It's because we're hitting a limit in memcached when trying to cache the sudoer list:

PHP Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 71 bytes) in /srv/org/wikimedia/controller/wikis/slot1/includes/objectcache/MemcachedClient.php on line 970, referer: https://wikitech.wikimedia.org/wiki/Special:NovaProject

$wgMemoryLimit = "150M";

Now that page loads, albeit very slowly. We should have enough headroom to keep working for a while now.

(Is there really a use case for Memcached here? I. e., what would happen if there was no cache?)

It's not a memory issue, that page is just too damn big if 'tools' is selected in the filter. If I increase max_execution_time then it loads just fine

bd808 subscribed.

Feature removed