Jackmcbarn created this task. Jackmcbarn added subscribers: Jackmcbarn, Legoktm, hoo. Jackmcbarn added a project: MediaWiki-extensions-WikibaseClient.
TASK DESCRIPTION mw.wikibase.getEntityObject maintains a cache of entities that it retrieves from PHP. However, this cache is allowed to grow arbitrarily large, and it is kept within Lua, so repeated calls to getEntityObject for different entities cause all memory available to Lua (50MB on WMF servers) to be exhausted. The cache should be changed to either be limited in size, or be kept in PHP rather than Lua. The effects of this bug can be seen at https://www.wikidata.org/wiki/Wikidata:List_of_properties/all TASK DETAIL https://phabricator.wikimedia.org/T86068 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jackmcbarn Cc: Aklapper, Jackmcbarn, Legoktm, hoo, Wikidata-bugs _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
