Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine Memcache API Quotas

Google App Engine's documentation states that memcache calls will count towards a quota. Yet, when I click through, memcache quotas or cost is not listed. How can I find the new pricing changes?

like image 759
ehfeng Avatar asked Nov 26 '11 04:11

ehfeng


People also ask

What is memcache in Google App Engine?

Shared memcache is the free default for App Engine applications. It provides cache capacity on a best-effort basis and is subject to the overall demand of all the App Engine applications using the shared memcache service. Dedicated memcache provides a fixed cache capacity assigned exclusively to your application.

How do you check quotas in GCP?

On the Google Cloud console APIs & Services Dashboard page. On this page, select your project, click the API name, and then click Quotas. The Quotas page shows the quota names for the API. You can click on monitoring Show usage chart for each quota to see detailed usage over time.

Which Google storage service has a free daily quota?

Cloud Datastore They both offer SQL-like queries. They are both NoSQL databases. They both have a free daily quota.


1 Answers

You can find it in your app dashboard :

dashboard -> main -> Quota Details -> Memcache

like image 65
Kjuly Avatar answered Oct 18 '22 03:10

Kjuly