Simple check:
- Start python interpreter.
- Check memory usage. Record RES.
- Load drafttopic model. Use it to make a prediction.
- Check memory usage. Record RES.
- Post results here.
ORES check:
- Load ORES web and celery workers as configured from ores-wmflabs-deploy
- Check memory usage (both celery and web workers)
- Add drafttopic model to configuration and restart ORES service
- Use drafttopic model to make a prediction.
- Check memory usage (both celery and web workers)