-
Notifications
You must be signed in to change notification settings - Fork 14
PR validation builds on Jenkins failing with HTTP 413 codes ("too large") #827
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
as I suspected, Artifactory is showing "90% Storage Space Reached: Your maximum storage limit has been reached. New artifact deployments are blocked until more disk space is added.", so there's your culprit right there |
@lrytz can I punish you for your good deed in handling this last time, by asking you to handle it again? |
(Lukas is working on it.) |
Cleaned out a bit more this time, in particular all of https://scala-ci.typesafe.com/ui/native/scala-release-temp. Artifactory GC is still running, but we're already at 481.4 GB / 590.4 GB (81.5%). The largest repo is scala-integration with 275 GB, it keeps a build for each merge. I think we should keep those, at least as long as there's other ways to make room. The second largest is in fact not a repo with artifacts, but artifactory's internal derby database (/var/opt/jfrog/artifactory/data/derby) at 75 GB. I tried the Compress the Internal Database task, but it didn't seem to do anything. Will try again. [edit: GC is done, we're at 452.6 GB / 590.4 GB (76.7%). "Compress the Internal Database" doesn't seem to do anything] |
example: https://scala-ci.typesafe.com/job/scala-2.13.x-validate-main/16851/console
as noticed by @som-snytt
The text was updated successfully, but these errors were encountered: