magnusmanske / listeria_rs

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

Killed by OS for overloading memory #63

Open rubojeda opened 3 years ago

rubojeda commented 3 years ago

Hi, I´m trying to update Listeria in this Wikipedia list (https://es.wikipedia.org/wiki/Anexo:Unidades_de_la_Red_Nacional_de_Silos_y_Graneros) but it does not run and displays the message "Killed by OS for overloading memory". How can the problem be solved?

Thanks in advance

mscherer commented 2 years ago

It seems to work now, so I guess this ticket should be fixed.

Killed for overloading memory could mean either a issue on the bot code (eg a bug), having a query that return too much data (either too much items, or too much value).

So if it repeat again, I would try to change the query, either split or limit it to some items, or return less details rows.

mscherer commented 2 years ago

See also #66