rahulsinha07 opened a new issue, #30511:
URL: https://github.com/apache/airflow/issues/30511
### Apache Airflow version
2.5.3
### What happened
Getting [Errno 12] Cannot allocate memory in logs
there is lot of memory and only few DAG that to very simple running in the
environment
ERROR - Exception when executing SchedulerJob._run_scheduler_loop
Traceback (most recent call last):
File
"/usr/local/lib/python3.7/site-packages/airflow/jobs/scheduler_job.py", line
750, in _execute
self.executor.start()
File
"/usr/local/lib/python3.7/site-packages/airflow/executors/local_executor.py",
line 360, in start
self.impl.start()
File
"/usr/local/lib/python3.7/site-packages/airflow/executors/local_executor.py",
line 301, in start
worker.start()
File "/usr/local/lib/python3.7/multiprocessing/process.py", line 112, in
start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.7/multiprocessing/context.py", line 223, in
_Popen
return _default_context.get_context().Process._Popen(process_obj)
File "/usr/local/lib/python3.7/multiprocessing/context.py", line 277, in
_Popen
return Popen(process_obj)
File "/usr/local/lib/python3.7/multiprocessing/popen_fork.py", line 20, in
__init__
self._launch(process_obj)
File "/usr/local/lib/python3.7/multiprocessing/popen_fork.py", line 70, in
_launch
self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory
### What you think should happen instead
_No response_
### How to reproduce
ERROR - Exception when executing SchedulerJob._run_scheduler_loop
Traceback (most recent call last):
File
"/usr/local/lib/python3.7/site-packages/airflow/jobs/scheduler_job.py", line
750, in _execute
self.executor.start()
File
"/usr/local/lib/python3.7/site-packages/airflow/executors/local_executor.py",
line 360, in start
self.impl.start()
File
"/usr/local/lib/python3.7/site-packages/airflow/executors/local_executor.py",
line 301, in start
worker.start()
File "/usr/local/lib/python3.7/multiprocessing/process.py", line 112, in
start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.7/multiprocessing/context.py", line 223, in
_Popen
return _default_context.get_context().Process._Popen(process_obj)
File "/usr/local/lib/python3.7/multiprocessing/context.py", line 277, in
_Popen
return Popen(process_obj)
File "/usr/local/lib/python3.7/multiprocessing/popen_fork.py", line 20, in
__init__
self._launch(process_obj)
File "/usr/local/lib/python3.7/multiprocessing/popen_fork.py", line 70, in
_launch
self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory
### Operating System
NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora"
VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)"
### Versions of Apache Airflow Providers
_No response_
### Deployment
Docker-Compose
### Deployment details
_No response_
### Anything else
_No response_
### Are you willing to submit PR?
- [X] 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]