You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App Engine shuts down the instance with a message:
Exceeded soft private memory limit of 128 MB with 138 MB after servicing 26 requests total
This is happening inconsistently, and is something that would be much easier to isolate and purge with a re-architecture to use micro-services or modules.
The text was updated successfully, but these errors were encountered:
Adding additional gc.collect() statements in the Handlers did not make any difference. Exceptions remain inconsistent, this time with 3 out of ten service/download/write calls causing exception as opposed to 1 before putting in the gc.collect() calls.
Exceeded soft private memory limit of 128 MB with 135 MB after servicing 8 requests total
When downloading,
Trying Query: order:Lagomorpha haslength:1
Options: search.QueryOptions(limit=1000, number_found_accuracy=10000, cursor=search.Cursor(), ids_only=False)
Version: search.py 2016-08-15T16:43+02:00
Found 9404 records in 10.1s
App Engine shuts down the instance with a message:
Exceeded soft private memory limit of 128 MB with 138 MB after servicing 26 requests total
This is happening inconsistently, and is something that would be much easier to isolate and purge with a re-architecture to use micro-services or modules.
The text was updated successfully, but these errors were encountered: