astro-sdk icon indicating copy to clipboard operation
astro-sdk copied to clipboard

Benchmark - load_file() Memory leak

Open utkarsharma2 opened this issue 3 years ago • 0 comments

Describe the bug When running benchmarking we are observing a large amount of memory being consumed and not getting free. As a result, we need to use a large machine to run benchmarks.

Version

  • Astro: 1.1.1

To Reproduce Steps to reproduce the behavior:

  1. Run benchmark
  2. log into the pod
  3. Observe the memory being consumed/Free memory

Expected behavior Memory consumption should always come down to available memory.

utkarsharma2 avatar Oct 14 '22 07:10 utkarsharma2