zachliu commented on issue #27065: URL: https://github.com/apache/airflow/issues/27065#issuecomment-1295836876
worse than a red herring, this is a mirage :laughing: can't change the [kernel's behavior](https://serverfault.com/a/1090418/946571), i'll just change meself: ```python LOGGING_CONFIG["handlers"]["processor_manager"].update( { 'maxBytes': 10485760, # 10M "backupCount": 3, } ) ``` this makes the cache memory usage cap at 40~50Mb -- 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]
