-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
CircleCI keeps failing on master #13287
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
Comments
@jorisvandenbossche tracked the issue. This is due to a too large usage of memory. The example uses MNIST and it peaks to around 3 GB of memory locally. This is linked to the ARFF reader. However, this is not a regression (it was already using that much in the past). Not sure if CircleCI changed the memory limitation for a node. |
Do we really need that whole dataset for the purpose of this example? I personally wouldn't mind having it faster and smaller. Fixing arff reader (if that's possible/easy) would be an independent issue which we should also try to do. |
So the docs are still failing, but now with another error .. (a timeout: https://circleci.com/gh/scikit-learn/scikit-learn/49319) |
yeah the timeout was there before too. It was just masked by the other error. |
Is this issue still relevant? Thanks! |
I do not think so, since the Closing then @cmarmo? |
Yes @alfaro96! :) I'll let you close it? |
Closing then :) |
Example failure: https://circleci.com/gh/scikit-learn/scikit-learn/48261?utm_campaign=workflow-failed&utm_medium=email&utm_source=notification
The text was updated successfully, but these errors were encountered: