From fbde3d1f1c991fc0e10a1fa1178427d1e9765076 Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Thu, 19 May 2022 11:51:27 -0400 Subject: [PATCH] Added info on problematic `max-instances` param (#1639) We have backend max-instances set to 100, which apparently exceeds the default quota for GAE. Add info on updating the quota or changing this parameter to the configuration doc. --- docs/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 108e6b522..4e73dbc31 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -52,6 +52,13 @@ you will need to make any modifications beyond simple changes to likely you'll need to add cronjobs, URL paths, Datastore indexes, and task queues, and thus edit those associated XML files. +The existing codebase is configured for running a full-scale registry with +multiple TLDs. In order to deploy to App Engine, you will either need to +[increase your +quota](https://cloud.google.com/compute/quotas#requesting_additional_quota) to +allow for at least 100 running instances or reduce `max-instances` in the +backend `appengine-web.xml` files to 25 or less. + ## Global configuration Global configuration is managed through YAML files that are built with and