CodeDead / MemPlus

Free up your memory for free!
https://codedead.com/
GNU General Public License v3.0
84 stars 18 forks source link

Auto Memory Optimisation By Another Timer #12

Open modaresimr opened 2 years ago

modaresimr commented 2 years ago

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 commented 2 years ago

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!