-
Notifications
You must be signed in to change notification settings - Fork 1.1k
scaladoc OOMs while building ScalaTest 3.2.7 docs in community build #12124
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
Oh, so exit 137 means that docker was OOM, not the JVM (where the max heap for scalatest is set to 11 GB) ? That's going to be hard to work around. |
Yep |
OK, this was fixed in #12145. Guillaume said that compiling ScalaTest also takes an excessive amount of memory, so I'm not sure if it makes sense to investigate the problems that Scaladoc has with ScalaTest before the compiler's own problems are fixed. |
@smarter do we have an issue for the OOM when compiling ScalaTest? If yes, then maybe we should keep this one open and link it there. |
I don't think so |
IIRC it's compiling the ScalaTest test suite that uses excessive memory, rather than compiling ScalaTest proper. |
Ok, let's at least re-open this issue and check whether Scaladoc's problems are the same as compiler's. |
https://github.com/lampepfl/dotty/runs/2362395012?check_suite_focus=true#step:5:2235
Sometimes it completes without error.
It works fine for me locally, but I have quite a bit more RAM than the 7GB (?) that I think the GitHub hosted runners provide.
The text was updated successfully, but these errors were encountered: