New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable memusage extension by default #2187
Comments
@kmike , as long as we keep As a side note, we need to do a better job at reporting memory usage when limit is reached, it seems the extension only prints the engine status when email notificaations are on. |
Good catch about MEMUSAGE_REPORT and other memusage issues. |
I'd |
What about setting MEMUSAGE_ENABLED to True by default? It will enable
memusage/max
value in stats for all spiders, and the cost is just onegetrusage(RUSAGE_SELF)
call per minute.The text was updated successfully, but these errors were encountered: