Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试调试内存泄漏。它是一个作为守护进程运行的脚本,并且依赖于 30 个不同文件中的大约 10K 行代码。一段时间后,您会看到内存使用量开始攀升。
我用 heapy 来确定它是一个正在增长的字典,但是我怎样才能找出该字典所在的文件呢?