Yikun commented on pull request #35773: URL: https://github.com/apache/spark/pull/35773#issuecomment-1063505082
In theory, minRes for IT in theory: `driver cpu * n parallel + executor cpu * 1 + extra left`. - min cpu requirement: `1 * n + 1 * 1 + 1` - min mem requirment: `1.5 * n + 1 * 1.5 + 1` - for queue in this PR, need about 6U9G before - for priority in this PR, need about 5U7G before. - Left volcano tests can be compelted in 4U6G I just thought can we reduce the limit of volcano IT. 😂 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
