There are two issues in this video:
- Memory leak, ovirt-ha-agent is using 1g of memory. It is very unlikely that it needs so much memory.
- Unusual cpu usage - but not the kind of usage related to yaml parsing.
I would open two bugs for this. We have seen the first issue few month ago, and
we did nothing about it so the memory leak was not fixed.
To understand the unusual cpu usage, we need to integrate yappi into ovirt-ha-agent,
and do some profiling to understand where cpu time is spent.
Simone, can you do something based on these patches?
I hope to get these patches merged soon.