Resource consumption in background #50
jarikmarwede
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be interesting to see testing on resource consumption while the program is running the cleaning in the background.
From my experience, it doesn't seem to matter much. But I could envision that especially the first cleaning could temporarily spike storage reads/writes. Also, because the program is written in Python and is compiled into an
.exe
withpyinstaller
, it has its own Python interpreter running all the time, which could maybe consume more memory than if it were written in a compiled language.Does anyone experience problems with the program consuming to many resources?
Beta Was this translation helpful? Give feedback.
All reactions