mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02: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:
parent
74c0836fe6
commit
fbde3d1f1c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue