Xqt added a comment.
In T255981#6247650 <https://phabricator.wikimedia.org/T255981#6247650>, @matej_suchanek wrote: > It throws: > > PHP fatal error: > Allowed memory size of 698351616 bytes exhausted (tried to allocate 6128792 bytes) This is new, yesterday it didn't. decreasing step parameter may help a bit: >>> import pwb, pywikibot >>> site = pywikibot.Site('commons', 'commons') >>> cat = pywikibot.Category(site, "Category: Documents from Library of Congress Packard Campus") >>> pywikibot.config.step = 1 >>> members = site.categorymembers(cat, namespaces=6, member_type=['page', 'file']) >>> for m in members: print(m) [[commons:File:1001 Films-a Reference Book for Non-Theatrical Film Users (1920) (IA 1001filmsarefere00unse).pdf]] [[commons:File:American cinematographer. (Vol. 31, 1950) (IA americancinemato31unse).pdf]] [[commons:File:Cine-Mundial (Jan-Dec 1916) (IA cinemundial01unse).pdf]] [[commons:File:Cine-Mundial (Jan-Dec 1917) (IA cinemundial02unse).pdf]] [[commons:File:Cine-Mundial (Jan-Dec 1918) (IA cinemundial03unse).pdf]] [[commons:File:Cine-Mundial (Jan-Dec 1921) (IA cinemundial06unse).pdf]] [[commons:File:Cine-Mundial (Jan-Dec 1922) (IA cinemundial07unse).pdf]] [[commons:File:Cine-Mundial (Jan-Dec 1923) (IA cinemundial08unse).pdf]] [[commons:File:Color Photography (IA colorphotography00newy).pdf]] [[commons:File:Educational Film Magazine (Jan-Jun 1919) (IA educationalfilmm01city).pdf]] [[commons:File:Exhibitor's Trade Review (Nov 1924-Feb 1925) (IA exh00newy).pdf]] [[commons:File:Exhibitor's Trade Review (Dec 1922-Feb 1923) (IA exhibitorst00newy).pdf]] ... TASK DETAIL https://phabricator.wikimedia.org/T255981 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: matej_suchanek, Xqt, Stefan2, ShakespeareFan00, Aklapper, Fae, pywikibot-bugs-list, JohnsonLee01, SHEKH, Dijkstra, CBogen, Khutuck, Zkhalido, Viztor, NebulousIris, Wenyi, Amorymeltzer, Ramsey-WMF, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, Poyekhali, Altostratus, Taiwania_Justo, Avicennasis, Liudvikas, Ixocactus, Wong128hk, mys_721tx, El_Grafo, Dinoguy1000, jayvdb, Anomie, Masti, Alchimista, Steinsplitter, Rxy, Krenair, Keegan
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
