google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

Request: Using other optional datebase system instead of normal file #112

Open seadog007 opened 7 years ago

seadog007 commented 7 years ago

My system often kill skicka because OOM (even though I have 24GB mem on my computer), and the metadata database is already 1189427256 bytes (1.2G).

2017-02-27 15_28_59-my - tmux a - xshell 5 free for home_school

2017-02-11 11_12_37-my - tmux a - xshell 5 free for home_school

so I think it should have a config value that can save the database to other place (Ex. SQLite, MySQL, MariaDB, Mongodb).

Thanks