You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented feature to save and load history in viddy v1.0.0-rc.2.
We have been storing results in memory until now, but since we switched to using SQLite, we expect a significant reduction in memory usage. If you encounter any bugs or issues, please let us know.
If you run viddy for several hours the process eats up all memory.
A SQLite based storage would be great, so that memory consumption does not grow.
An the sqlite file could be shared to other people so that they can have a look at the history, too.
Related: #103
The text was updated successfully, but these errors were encountered: