Scale App_engine standard based on memory consumption
35 views
Skip to first unread message
Robin Aggarwal
unread,
Oct 1, 2019, 8:58:49 AM10/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
With type of AppEngine, you got limited CPU, Memory.
AutoScaling can be configured based on target_cpu_utilization, target_throughput_utilization and max_concurrent_requests.
How to scale based on Memory Consumption on this app engine.
Yasser Karout
unread,
Oct 2, 2019, 3:28:10 PM10/2/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello,
As mentioned in this doc [1], scaling is based on the number of requests and latency when handling requests. I think you would have to try tweaking the settings you mentioned and monitoring the memory. You can make changes to the scaling settings and the instance type based on that to avoid hitting any memory limits.