damccorm commented on issue #21797: URL: https://github.com/apache/beam/issues/21797#issuecomment-1180564069
> That doesn't sound awful actually, though it does look like the "Runner Provided Limit" is code that no longer exists, so it's always 70% of machine size or 1GB. Yep, fortunately that just simplifies the equation for us though. > gah That root [syscall package](https://pkg.go.dev/syscall) is locked down and deprecated and things should migrate to using packages from [golang.org/x/sys](https://pkg.go.dev/golang.org/x/sys) instead. Good callout, I hadn't noticed that. Shouldn't be a big deal though. I have this mostly working locally, just need to clean it up and do some more robust testing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
