You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of golangci-lint: golangci-lint --version (or git commit if you don't use binary distribution)
golangci-lint has version 1.15.0 built from 901cf25 on 2019-02-18T08:24:43Z
Config file: cat .golangci.yml
Go environment: go version && go env
go1.10.3
Verbose output of running: golangci-lint run -v
I happened to have a large golang file which is 28M, and golangci-lint is blocked in Go packages loading at mode load deps types and syntax, for this sentence did not manged to print out, and golangci-lint is killed for OOM.
I found from top command that the memory usage spikes at terribly 9G.
Thank you for creating the issue!
Please include the following information:
golangci-lint --version
(or git commit if you don't use binary distribution)golangci-lint has version 1.15.0 built from 901cf25 on 2019-02-18T08:24:43Z
cat .golangci.yml
go version && go env
go1.10.3
golangci-lint run -v
I happened to have a large golang file which is 28M, and golangci-lint is blocked in
Go packages loading at mode load deps types and syntax
, for this sentence did not manged to print out, and golangci-lint is killed for OOM.I found from
top
command that the memory usage spikes at terribly 9G.The text was updated successfully, but these errors were encountered: