You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linting the attached template causes the memory usage of cfn-lint to explode, ultimately leading to it being killed by the OOM killer.
Watching it in top the Resident Set Size memory usage exceeded 35 GiB
The OOM log entry also indicates 30+ GiB of usage
Out of memory: Killed process 251752 (cfn-lint) total-vm:39513408kB, anon-rss:39061404kB, file-rss:1700kB, shmem-rss:0kB, UID:1000 pgtables:76940kB oom_score_adj:0
Killing the process while it's running consistently shows a backtrace leading to multiply_equals in conditions.py
Expected behavior
cfn-lint should be able to process the template using a sensible amount of memory (and time)
CloudFormation Lint Version
0.73.2
What operating system are you using?
Linux (Fedora)
Describe the bug
Linting the attached template causes the memory usage of cfn-lint to explode, ultimately leading to it being killed by the OOM killer.
Watching it in top the Resident Set Size memory usage exceeded 35 GiB
The OOM log entry also indicates 30+ GiB of usage
Killing the process while it's running consistently shows a backtrace leading to multiply_equals in conditions.py
Expected behavior
cfn-lint should be able to process the template using a sensible amount of memory (and time)
Reproduction template
multiply-equals.yml.txt
The text was updated successfully, but these errors were encountered: