damccorm opened a new issue, #20947: URL: https://github.com/apache/beam/issues/20947
When prebuilding the python SDK container harness image with SdkContainerImageBuilder on google cloud build, it can run out of memory and fail the build with docker exit code 137. The default machineType is only n1-standard-1 and it is unlikely sufficient to build large images. The SdkContainerImageBuilder should take additional machineType configs to circumvent the docker OOM issue. Imported from Jira [BEAM-12447](https://issues.apache.org/jira/browse/BEAM-12447). Original Jira may contain additional context. Reported by: yichi. -- 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]
