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] 3b8e6f78e19e776c087dc5c3ff225703b5c487bc Change-Id: I04cb72210fbd25a720158988698a300140f4e7db Closes-Bug: #1886203
This commit is contained in:
parent
0224547aec
commit
c67c53a8d8
@ -108,6 +108,7 @@ parameter_defaults:
|
|||||||
HeatMaxJsonBodySize: 4194304
|
HeatMaxJsonBodySize: 4194304
|
||||||
HeatReauthenticationAuthMethod: 'trusts'
|
HeatReauthenticationAuthMethod: 'trusts'
|
||||||
HeatYaqlLimitIterators: 10000
|
HeatYaqlLimitIterators: 10000
|
||||||
|
HeatYaqlMemoryQuota: 200000
|
||||||
# Disable non-lifecycle stack actions like
|
# Disable non-lifecycle stack actions like
|
||||||
# snapshot, resume, cancel update and stack check.
|
# snapshot, resume, cancel update and stack check.
|
||||||
HeatApiPolicies:
|
HeatApiPolicies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user