This PR introduces some options to control memory usage.
After investigation of #53, we added options to periodically restart the exporter process, which will release resources and reduce RSS usage; and an option to attempt to free memory to the OS periodically. Both of these are opt-in behaviors that are disabled by default.
Additionally, third-party dependencies are updated where needed.
This PR introduces some options to control memory usage.
After investigation of #53, we added options to periodically restart the exporter process, which will release resources and reduce RSS usage; and an option to attempt to free memory to the OS periodically. Both of these are opt-in behaviors that are disabled by default.
Additionally, third-party dependencies are updated where needed.