【发布时间】:2023-04-26 00:15:01
【问题描述】:
我在我的 App Engine 应用程序中遇到可怕的超出内存错误,该应用程序有一个 Cron 作业将多个小任务推送到队列中。
我认为任何单个任务都不应该触发严重错误,所以我猜测它们之间存在某种联系;分享缺失的记忆。 我正在以 4/s 的最大速率和 5 的存储桶大小运行我的队列。
我如何确定以及我可以/应该做什么?
Exceeded soft private memory limit of 128 MB with 131 MB after servicing 18 requests total
Exceeded soft private memory limit of 128 MB with 128 MB after servicing 1933 requests total
Exceeded soft private memory limit of 128 MB with 153 MB after servicing 3697 requests total
【问题讨论】:
标签: google-app-engine memory task-queue rate bucket