magnusmanske / listeria_rs

Repo for the Wikimedia Listeria bot
https://listeria.toolforge.org/
23 stars 6 forks source link

Killed by OS for overloading memory in a small query #94

Open rtargenton opened 2 years ago

rtargenton commented 2 years ago

Hi Magnus! I am trying to implement this listeria here: https://commons.wikimedia.org/wiki/Commons:Wiki_Loves_Earth_in_Brazil/Lista/Animais

sparql=SELECT ?item WHERE { ?item wdt:P31 wd:Q16521; wdt:P105 wd:Q7432; (wdt:P171*) wd:Q5113; wdt:P9714 wd:Q155. }

But with little more than 1000 items the "Killed by OS for overloading memory." appear, I do not even get why if a bigger list https://commons.wikimedia.org/wiki/Commons:Wiki_Loves_Earth_in_Brazil/Lista works with no issue, can you check, thx!

pere-prlpz commented 1 year ago

Same issue in cawiki. Some lists that used to work fine some time ago now report "Killed by OS for overloading memory". It doesn't seem related with the complexity of the query but with the length of the list, as if Listeriabot had lost the ability to deal with some 900+ items list.