GAE中的“软私有内存限制”是什么?
发布于 2021-01-29 18:03:17
我的应用程序的用户尝试使用我的应用程序将文件作为电子邮件附件发送。但是,这样做会引发以下异常,我无法解读
Exceeded soft private memory limit with 192.023 MB after servicing
2762 requests total
While 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.
什么是“软私有内存限制”?有什么可能导致此异常?
关注者
0
被浏览
47
1 个回答