quipucords / rho

A tool for scanning a network, logging into systems using SSH, and retrieving information about available Unix and Linux servers.
https://quipucords.github.io/rho/
GNU General Public License v2.0
5 stars 7 forks source link

Build CSV for each group to minimize heap memory usage #561

Closed chambridge closed 6 years ago

chambridge commented 6 years ago

Specify type:

Description:

Reloading all systems facts into a dictionary can have big impacts on the used heap memory due to the size of the rpm results. If we process the data by groups (max 10 systems at a time) we will minimize the amount of heap memory rho needs to utilize.