-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Internal error, out of memory #483
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
I've been seeing the same symptoms since upgrading to |
We found that disabling the |
I've also found this with |
Same issue for our repository in v1.16.0, out of memory with 32Go of memory. No problem in v1.15.0. |
Hi, thank you for the issue! |
Thanks @jirfag! I'll test this in our environment this week. |
If it helps anyone: I was on golangci 1.12 and had severe memory/performance regressions after updating to Go 1.12. Upgrading to golangci 1.16.0 fixed it for me. |
Same problem with go 1.12 and golanci-lint 1.17.1. 1.15.0 => ~3Go RAM used For the same returned warnings and errors. Tested in a repository with ~4000 Go files. |
+1 to this issue. |
we also had this Issue in minikube: see logs at: https://travis-ci.org/kubernetes/minikube/jobs/562528986 |
@jirfag it worth noting that in minikube we are already using here is from our current Makefile
|
We also have an issue with memory |
For those still hitting this, we had the same issue on containerd and found that |
hi, thank you! |
Example: https://golangci.com/r/github.com/istio/istio/pulls/13041
Please include the following information:
The text was updated successfully, but these errors were encountered: