-
-
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
Memory usage more than 80GB #3582
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
duplicate of #3565 Brew uses go1.19 instead of go1.20. So you have to use either our binaries or our Docker image or build/install golangci-lint with go1.20. golangci-lint requires to be built with go1.20, without that golangci-lint cannot work with go1.20. Note the latest version of golangci-lint is |
* The older version of `golangci-lint` on version `v1.52.1` was consuming an inordinate amount of memory, and thus ended up getting killed by the OS mid run. See golangci/golangci-lint#3582. * Upgrade to a newer version of `golangci-lint`, `v1.61.0`. * Fix all lint errors reported with the newer version.
* The older version of `golangci-lint` on version `v1.52.1` was consuming an inordinate amount of memory, and thus ended up getting killed by the OS mid run. See golangci/golangci-lint#3582. * Upgrade to a newer version of `golangci-lint`, `v1.61.0`. * Fix all lint errors reported with the newer version.
* The older version of `golangci-lint` on version `v1.52.1` was consuming an inordinate amount of memory, and thus ended up getting killed by the OS mid run. See golangci/golangci-lint#3582. * Upgrade to a newer version of `golangci-lint`, `v1.61.0`. * Fix all lint errors reported with the newer version.
* The older version of `golangci-lint` on version `v1.52.1` was consuming an inordinate amount of memory, and thus ended up getting killed by the OS mid run. See golangci/golangci-lint#3582. * Upgrade to a newer version of `golangci-lint`, `v1.61.0`. * Fix all lint errors reported with the newer version.
* The older version of `golangci-lint` on version `v1.52.1` was consuming an inordinate amount of memory, and thus ended up getting killed by the OS mid run. See golangci/golangci-lint#3582. * Upgrade to a newer version of `golangci-lint`, `v1.61.0`. * Fix all lint errors reported with the newer version.
* Upgrade the go toolchain to `go1.23.1`. * Upgrade to a newer version of `golangci-lint`, `v1.61.0`. * The older version of `golangci-lint` on version `v1.52.1` was consuming an inordinate amount of memory, and thus ended up getting killed by the OS mid run (when run with `go1.23.0` locally). See golangci/golangci-lint#3582. * Fix all lint errors reported with the newer version.
Welcome
Description of the problem
I execute
golangci-lint run
, the memory usage is more than 80GBgolangci-lint was installed from brew
Version of golangci-lint
golangci-lint has version 1.51.0 built from 6d3f06c on 2023-02-02T08:18:45Z
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: