Complete
Details
Details
Assignee
Caleb
CalebReporter
Caleb
CalebLabels
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created May 18, 2021 at 1:26 PM
Updated July 6, 2022 at 9:00 PM
Resolved May 20, 2021 at 2:17 PM
I've written a tracemalloc function for middlewared/main.py. I'm trying to track an unrelated memory leak, however, what I've noticed while troubleshooting is that ioc_plugin is loading a yaml file entirely into memory and then iterating over every line. Instead of loading it into memory, we need to iterate over the file itself.