potiuk opened a new issue #17232: URL: https://github.com/apache/airflow/issues/17232
When MSSQL is run for CI, it takes far to much memory and it makes our CI fails. Likely the image uses default configuration - which is kind-of-needed when MSSQL is run in any reasonable production like environment, but we only need it for very low amount of data and very limited performance. We've already limited MySQL and Postgres to take < 400 MB each, MSSQL takes ~ 1.2GB at least, which is far too much for GitHub public runners. We should investigate setings of MSSQL and bring it's memory footprint down on CI - similarly as we did for MySQL and Postgres. -- 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]
