jnunezgts commented on issue #11617:
URL: https://github.com/apache/airflow/issues/11617#issuecomment-711142545


   Hello,
   I think I found the bug. If I remove completely the memory limit parameter 
from the DAG ```mem_limit="500m"```, the task runs without a problem. The 
documentation says that you can put a float value in bytes or a String that 
will get parsed correctly (like the Docker operator) but that's not the case 
here
   
   ```
       :param mem_limit: Maximum amount of memory the container can use.
           Either a float value, which represents the limit in bytes,
           or a string like ``128m`` or ``1g``.
       :type mem_limit: float or str
   ```
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to