line XX: 12364 Killed error

 

After the task / running log file error: /my_path/daily_task.sh: line 19: 12364 Killed

 

The reason: After the code trigger out-of-memory (OOM) errors event, kernel kill a process

 

The general approach: see line 19 of file contents /my_path/daily_task.sh,

       Increase system memory constraints or run scripts to the specified memory

 

 

Reference Source:

https://unix.stackexchange.com/questions/184371/what-does-line-19-12364-killed-mean-in-crontab-error-message

 

Guess you like

Origin www.cnblogs.com/bio-mary/p/11796572.html