Mark Mandel
Mark Mandel
Wait, the issue is with your implementing code, not with the sdkserver container? (This is what I'm seeing0 Small increases in memory over time _may_ not be an issue, as...
Probably the only way to tell - do a proper pprof, and see where the memory map is storing data. Does seems strange that you're seeing it across C++ and...
pprof is remarkably easy to use: * https://pkg.go.dev/runtime/pprof * https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/ is a nice guide as well.
The other option - try rolling forward gRPC versions and see if the problem goes away. Assuming it has been fixed - if you can identify which version provides the...
Keeping this open until we validate it's been fixed. I expect an updated grpc will solve this. If we can identify which grpc version is good, we can hardcode it...
> @markmandel hey can i work on it, > would love to contribute to this project! Welcome! Let us know if have any questions or get stuck!
Also like it!
@steven-supersolid - what's the right approach here for the JS dependabot updates?
Ooh! Interesting idea! A couple of thoughts / questions: 1. Have you done any testing to see if `hostPort` works with init containers? In theory it should be fine -...
Ah that scheduler issue will be an issue - we lean on that a bit to push containers to other nodes when they spin up based on port decisions. Glad...