Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High memory usage #493

Open
varuzam opened this issue Oct 1, 2020 · 1 comment
Open

High memory usage #493

varuzam opened this issue Oct 1, 2020 · 1 comment

Comments

@varuzam
Copy link

varuzam commented Oct 1, 2020

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

@jantman
Copy link
Owner

jantman commented Oct 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants