Knowledge-Graph-Hub / kg-covid-19

An instance of KG Hub to produce a knowledge graph for COVID-19 response.
https://github.com/Knowledge-Graph-Hub/kg-covid-19/wiki
BSD 3-Clause "New" or "Revised" License
79 stars 26 forks source link

Track memory usage during build #454

Open caufieldjh opened 2 years ago

caufieldjh commented 2 years ago

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/