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

Auto Memory Optimisation By Another Timer #12

Open
modaresimr opened this issue Jan 14, 2022 · 1 comment
Open

Auto Memory Optimisation By Another Timer #12

modaresimr opened this issue Jan 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@modaresimr
Copy link

Currently, auto optimization threshold is working where the ram usage is updating (by any cases such as after clearing memory, by update timer, etc.) source
Currently, if the required memory (the memory after clearing memory) is more than the threshold it will be called frequently.

I think it would be better to have a separated adjustable timer for auto optimisation by threshold.

Thanks for your great work

@CodeDead CodeDead self-assigned this Jan 16, 2022
@CodeDead CodeDead added the enhancement New feature or request label Jan 16, 2022
@CodeDead
Copy link
Owner

Indeed, this is mentioned in the manual (page 6). Optimizing too often is detrimental to performance. Something like a timer would be an excellent solution to this problem.

I'm keeping this open for a future update so that this will be implemented. Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants