我的 GAE 任务队列请求之一超出了软内存限制(日志如下)。我对软内存限制的理解是它让请求完成,然后在完成后关闭实例。
但是,从日志看来,当我达到软内存限制时,执行停止了。在内存限制消息之后,我看不到更多的日志记录代码,并且我检查了我的状态,它看起来不像请求正在完成。我不确定它是否重要,但这个请求是在延迟库 TaskQueue 中执行的。
那么,如果 TaskQueue 达到软私有内存限制,执行会继续执行直到请求完成还是立即停止?是否可能不再记录仅记录代码?
日志:
2012-04-11 23:45:13.203
Exceeded soft private memory limit with 145.848 MB after servicing 3 requests total
W 2012-04-11 23:45:13.203
After handling this request, the process that handled this request was found to be using too much memory and was terminated. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you may have a memory leak in your application.