Thomas

Results 373 comments of Thomas

I have tried `--cpuset-threads`, and unfortunately it is still reporting a concurrency of 96. So I guess it will have to be changed manually.

Is there anyway we can reopen this? Envoy really struggles in environments like this. We observed that upstream connections would overflow and cause disruption. This behaviour is not a great...

Go 1.25 now respects cgroup cpu limits. Maybe some inspiration? It will make a huge difference for Go deployed in Kubernetes, and this would make a huge difference for envoy...

Thanks for pointing out that other issue 😄 I did look, and think I even read it but didn't feel they were entirely the same. Are there plans to enforce...

I agree, linting stuff in `third_party/` is probably not worthwhile. It should be fairly easy to exclude that. Even filtering out `third_party`, `golangorgx` and `deprecated`, there are around 80 suggestions...

Fantastic! I'm happy to apply some static check fixes if you like.

I wrote this quick script to see if I could find anything obvious, but it doesn't appear that any individual directory causes this. It seems maybe to be a culmination...

If it helps - the latest stable release without using evalv3 takes at most 2GB for everything all at once (`cue export ./k8s/amour/list.cue`). Pretty major regression here. ```sh ❯ cue...

I don't know if this pprof info is helpful. ![pprof001](https://github.com/user-attachments/assets/340eb179-8b05-4af6-a8bb-8b4ff3565fcc) ``` ❯ go tool pprof http://localhost:8080/debug/pprof/heap Fetching profile over HTTP from http://localhost:8080/debug/pprof/heap Saved profile in /home/thomas/pprof/pprof.cuebin.alloc_objects.alloc_space.inuse_objects.inuse_space.011.pb.gz File: cuebin Type: inuse_space...