Samuel Noordhuis
Samuel Noordhuis
+1 for forums.
We are seeing this too - we are using version v1.3.4. And can confirm that it is `efs-plugin` container causing the memory usage increase. Here's a Grafana graph showing memory...
I think this is resolved by #7117
This issue _may_ now be resolved with the recently-released [aws-efs-csi-driver v1.4.6](https://github.com/kubernetes-sigs/aws-efs-csi-driver/releases/tag/v1.4.6), which uses stunnel5 via [efs-utils v1.34.2](https://github.com/aws/efs-utils/releases/tag/v1.34.2).
This issue appears when a language server publishes a [diagnostic](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#diagnostic) which has an unsupported [`range.position.start.character`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#position) value. In my case this diagnostic field was set to `-1` when `golangci-lint-langserver` would report...