Tag:python
All the articles with the tag "python".
python内存泄漏排查指北
Posted on:2021年7月27日 at 16:18 (11 min read)内存泄漏是程序常见的错误行为之一,在uwsgi或者gunicorn里可以配置max-requests参数,来决定执行多少次请求后,重启worker来对抗内存泄漏问题,此外语言还有gc机制,在一般情况都不需要考虑内存泄漏问题。
python pdb使用手册
Posted on:2021年8月27日 at 16:33 (10 min read)python pdb常用方式