|
this._client.trackMetric({name: Constants.PerformanceCounter.AVAILABLE_BYTES, value: freeMem}); |
AVAILABLE_MEMORY metric is calculated with os.fremem(), which is not equivalent to available memory. An investigation should be done on how to properly measure and track this metric