potiuk edited a comment on pull request #20087: URL: https://github.com/apache/airflow/pull/20087#issuecomment-1002546829
(BTW. This is just a very small subset of the tests. When we run full tests suite, the excess memory used will be much bigger (but this one shows the "spikey" character of this. The problem is that when the test are finished, we have a sudden spike of memory used (and even 80 MB which we see in this case is a lot). This is all before pytest has a chance to free the memory used for all the "legitimate" reasons. We have rather limited memory on public runners so every 100 MB counts - the effect compounds when we also have database docker containers running and integration dockers running, We hevily optimized the memory used by our database dockers to make them fit the memory we have in public runners buit even with that, we have very little room left. -- 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]
