How does app engine (python) manage memory across requests (Exceeded soft private memory limit)

前端 未结 3 971
忘了有多久
忘了有多久 2021-01-05 10:04

I\'m experiencing occasional Exceeded soft private memory limit error in a wide variety of request handlers in app engine. I understand that this error means th

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-05 10:31

    Take a look at this Q&A for approaches to check on garbage collection and for potential alternate explanations: Google App Engine DB Query Memory Usage

提交回复
热议问题