chia7712 commented on PR #19031: URL: https://github.com/apache/kafka/pull/19031#issuecomment-2725678289
`UserQuotaTest` consumes over 1GB of memory on my local machine. I have opened https://issues.apache.org/jira/browse/KAFKA-18989 and https://issues.apache.org/jira/browse/KAFKA-18990 for memory usage optimization. Based on my local testing, merging the changes from those tickets reduces memory consumption from 1GB to ~500MB However, the memory offered by Github action is [16GB](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners). Our CI executes four workers, each running four tests in parallel. Consequently, if a PR happens to encounter a set of 'expensive' tests simultaneously, it may exceed the memory limit. -- 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]
