-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
"java.lang.OutOfMemoryError: Java heap space" during repository fetch #23029
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Comments
github-actions
bot
added
the
team-Core
Skyframe, bazel query, BEP, options parsing, bazelrc
label
Jul 17, 2024
iancha1992
added
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
and removed
team-Core
Skyframe, bazel query, BEP, options parsing, bazelrc
labels
Jul 17, 2024
Please test with 7.2.1, which has a number of fixes in this area: 7.2.0...7.2.1 |
meteorcloudy
added
P2
We'll consider working on this in future. (Assignee optional)
and removed
untriaged
labels
Jul 23, 2024
Still happens occasionally in 7.2.1.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Description of the bug:
We observe the following exception during the repository fetch phase:
This happens only intermittently. It appears to be a sudden large spike in memory use, because Bazel server memory use up to this point is reasonable and our memory metrics (on 10s collection interval) do not show the process reaching anywhere close to its limit.
Bazel 7.2.0, using
--experimental_worker_for_repo_fetching=off
due to #22680.Which category does this issue belong to?
Core
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Sorry, don't have a minimal example.
Which operating system are you running Bazel on?
linux
What is the output of
bazel info release
?release 7.2.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: