zmister2016 / MrDoc

mrdoc,online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。
https://mrdoc.pro/
GNU General Public License v3.0
2.87k stars 535 forks source link

使用一段时间后2个python进程cpu占用100%,docker模式部署,jonnyan404/mrdoc:0.7.8和zmister/mrdoc:v3都有此问题。 #143

Closed zhangxinlun closed 2 years ago

zhangxinlun commented 2 years ago

使用一段时间后2个python进程cpu占用100%,docker模式部署,jonnyan404/mrdoc:0.7.8和zmister/mrdoc:v3都有此问题。数据库使用mysql,mysql导出后大小400m左右

以下进程间歇性100% python /app/MrDoc/manage.py rebuild_index 以下进程长时间100% python -u /app/MrDoc/manage.py runserver --noreload 0.0.0.0:10086

现在用的是开源版,请问专业版是否有此问题?

zmister2016 commented 2 years ago

开源版、专业版均无此问题反馈

Jonnyan404 commented 1 year ago

貌似是表格组件的问题,建议改用富文本的表格处理.