Summary: | [OSP16.1-RC][Large Scale Test] Overcloud Heat stack failed with following error: "UPDATE_FAILED Expression consumed too much memory". | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Pradipta Kumar Sahoo <psahoo> |
Component: | openstack-tripleo-heat-templates | Assignee: | Luke Short <lshort> |
Status: | CLOSED ERRATA | QA Contact: | nlevinki <nlevinki> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 16.1 (Train) | CC: | drosenfe, emacchi, jamsmith, jschluet, lshort, mburns, pweeks, ramishra |
Target Milestone: | z2 | Keywords: | Triaged, ZStream |
Target Release: | 16.1 (Train on RHEL 8.2) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-11.3.2-1.20200914170156.el8ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-28 15:38:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Pradipta Kumar Sahoo
2020-07-03 12:10:09 UTC
> That's an yaql expression consuming a lot of memory and nothing to do with heat-engine memory usage. I have not checked which one and why. But, you can increase(double) memory_quota (in bytes) for yaql heat.conf.
[yaql]
limit_iterators=10000
memory_quota=200000
From /var/lib/config-data/puppet-generated/heat/etc/heat/heat.conf after undercloud deployed: [yaql] limit_iterators=10000 memory_quota=200000 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenStack Platform 16.1 bug fix and enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:4284 |