getaaron opened a new issue, #31105: URL: https://github.com/apache/airflow/issues/31105
### Apache Airflow version 2.6.0 ### What happened I tried to view a 400MB dag log file in the web server UI. The available RAM on the Kubernetes pod is 50MB. The Airflow webserver crashed. ### What you think should happen instead Either 1. The log file should be truncated and an error shown that there's not enough RAM, or 2. The log file should not be fully realized into RAM and should be streamed to frontend instead ### How to reproduce 1. create airflow on k8s with 50Mi requested pod sizes 2. make a dag that generates 400 megabyte log files 3. attempt to view the log file in the airflow UI ### Operating System Debian GNU/Linux 11 (bullseye) ### Versions of Apache Airflow Providers apache-airflow==2.6.0 apache-airflow-providers-cncf-kubernetes==6.1.0 apache-airflow-providers-oracle==3.0.0 apache-airflow-providers-slack==7.2.0 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
