undercloud/heat: set YAQL memory quota to 200000
Since the "optimization" [1] of host entries in Heat and it's YAQLization,
we need to increase the memory quota for YAQL queries or the resource
will fail to process at large scale (250 nodes).
[1] 3b8e6f78e1
Change-Id: I04cb72210fbd25a720158988698a300140f4e7db
Closes-Bug: #1886203
This commit is contained in:
parent
0224547aec
commit
c67c53a8d8
@ -108,6 +108,7 @@ parameter_defaults:
|
||||
HeatMaxJsonBodySize: 4194304
|
||||
HeatReauthenticationAuthMethod: 'trusts'
|
||||
HeatYaqlLimitIterators: 10000
|
||||
HeatYaqlMemoryQuota: 200000
|
||||
# Disable non-lifecycle stack actions like
|
||||
# snapshot, resume, cancel update and stack check.
|
||||
HeatApiPolicies:
|
||||
|
Loading…
Reference in New Issue
Block a user