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.
使用大内存对象,想知道是否有办法检查一个 python CGI 进程从脚本中分配了多少内存?
如果您使用的是 UNIX 机器,则可以尝试资源文档中的信息。不确定您到底想要什么,但 resource.RLIMIT_STACK 或 resource.RLIMIT_DATA (heap) 可能是您正在寻找的。
http://docs.python.org/2/library/resource.html
不太可能有标准的方法来做到这一点。如果该值不在环境中,则无法以编程方式找到它。脚本如何运行(服务器、模块...)?