摘要: 说白了,还是因为wkhtmltopdf工具使用的内存太大,打印200个页面就会直接内存超标,直接退出 直接改源码了,每次让pdf 转换工具只处理50个记录 ```py @http.route(['/report/download'], type='http', auth="user") def re 阅读全文
posted @ 2023-08-16 17:32 那时一个人 阅读(92) 评论(0) 推荐(0)