-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Excessive memory usage with go1.23rc2 using version 1.57.2 #4874
Labels
question
Further information is requested
Comments
ldez
added
question
Further information is requested
and removed
bug
Something isn't working
labels
Jul 18, 2024
go1.23 is due to be released in a week or two so now might be a good time to support it :-) |
ncw
added a commit
to rclone/rclone
that referenced
this issue
Jul 19, 2024
golangci-lint seems to have a bug which uses excess memory under go1.23 See: golangci/golangci-lint#4874
ncw
added a commit
to rclone/rclone
that referenced
this issue
Jul 20, 2024
golangci-lint seems to have a bug which uses excess memory under go1.23 See: golangci/golangci-lint#4874
Fornax96
pushed a commit
to Fornaxian/rclone
that referenced
this issue
Jul 30, 2024
golangci-lint seems to have a bug which uses excess memory under go1.23 See: golangci/golangci-lint#4874
This comment was marked as off-topic.
This comment was marked as off-topic.
This was referenced Aug 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome
typecheck
section of the FAQ.Description of the problem
When I run
golangci-lint run ./...
under go1.22 it uses a peak of about 3G of RAM after agolangci-lint cache clean
However if I use go1.23-rc2 it uses a peak of 17GB of RAM (well that is the point I run out of RAM in my laptop anyway).
This seems similar to #3565 which reported excessive memory usage after a go version update but that issue is fixed so may not be related.
Version of golangci-lint
Configuration
Go environment
Verbose output of running
This died at around 18 GB memory usage. This works fine with go1.22 though.
A minimal reproducible example or link to a public repository
This is on the public repo https://github.com/rclone/rclone - the config file is checked in there too
Validation
Supporter
The text was updated successfully, but these errors were encountered: