awslimitchecker icon indicating copy to clipboard operation
awslimitchecker copied to clipboard

High memory usage

Open varuzam opened this issue 4 years ago • 1 comments

Bug Report

awslimitchecker uses ~115MB RAM at a peak. it is not a big issue. But it is subject to optimize. I noticed that memory usage is growing during run from ~25MB upto 115MB.

Version

I have checked only >= 8

Installation Method

does not matter

varuzam avatar Oct 01 '20 13:10 varuzam

I'll gladly accept PRs that either improve the memory utilization or add memory profiling to the test suite. I definitely know that the code is not at all optimized for memory usage, and probably keeps a lot of data around longer than it's needed. But from my point of view, 115MB of memory usage isn't concerning to me.

Please also note that this is almost entirely dependent on the number of resources in your account.

jantman avatar Oct 01 '20 15:10 jantman