whyour / qinglong

支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)
https://qinglong.online
Apache License 2.0
16.37k stars 2.99k forks source link

内存占用过高 #2450

Closed mengy822 closed 4 months ago

mengy822 commented 4 months ago

Qinglong version

2.17.8

Steps to reproduce

重启后内存大概在77mb左右,随着时间推移大概在第十天内存占用到达3gb,top查看进程发现大量python任务(这些任务实际已经执行完了)在占用

What is expected?

任务结束后释放内存

What is actually happening?

内存未释放

System Info

No response

Any additional comments?

No response

whyour commented 4 months ago

脚本未正常结束,建议增加任务超时时间 task -m 10s xxx.py