damccorm opened a new issue, #20345: URL: https://github.com/apache/beam/issues/20345
When on the new Apache infra for Jenkins we should revisit the size of our VMs. Currently we use n1-highmem-16 but this may be wasteful since only 2 executors are running on each worker. One option is to increase the number of executors on each worker, say to 8, so each executor has 2 vcpus. The upper limit is our desired thread parallelism per executor (i.e. tests) and the memory required for each. Another option is to downsize the VM to a n1-highmem-4 and keep 2 executors. There are probably others, we should do some analysis to see what makes sense. Imported from Jira [BEAM-10256](https://issues.apache.org/jira/browse/BEAM-10256). Original Jira may contain additional context. Reported by: tysonjh. -- 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]
