kg-covid-19 icon indicating copy to clipboard operation
kg-covid-19 copied to clipboard

Track memory usage during build

Open caufieldjh opened this issue 2 years ago • 0 comments

It would be good for other projects to have a better idea of KGX memory and other resource needs during a build. Track these, particularly for memory peaks, during the Jenkins build.

A call to cat /proc/meminfo every so often may be enough. (or free -m)

There's also a Jenkins monitoring plugin: https://plugins.jenkins.io/monitoring/

caufieldjh avatar Apr 12 '22 17:04 caufieldjh