mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user