-
-
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
CircleCI 4GB Limit OOM Kills #1012
Comments
I assume this is related to #994 since 1.23.8 works for you. |
Oh, |
@ernado I think it's still relevant. There is no |
Now I see, thank you @ferhatelmas! @kensipe can you please add |
Fixing in #1063 |
This task is most likely outdate, this is nearly a year old and I use latest stable release without constant OOM anymore |
Thank you for creating the issue!
Our OSS project circleci account is limited to 4GB. A recent bump to golangci-lint
v1.24.0
caused our lint tests to consistently fail due to OOM. I switched back tov1.23.8
and all is well. Happy to digger deeper if needed/desired.CI Config: https://github.com/kudobuilder/kuttl/blob/master/.circleci/config.yml
Uses a docker image:
kudobuilder/golang:1.13
which is defined: https://github.com/kudobuilder/kudo/blob/master/build/DockerfilePlease include the following information:
Version of golangci-lint
Config file
Go environment
To be clear, this is my go env... not the circleci env
Verbose output of running
The text was updated successfully, but these errors were encountered: