"out of memory" trying to open a 128K DB with plenty of free RAM.
kind/bug
**Describe the bug**
Installed the latest version. Trying to open a local sqlite DB that is 128KB on a machine with 64GB RAM (over 50GB free) and getting:
Error: unable to open database file: out of memory (14)
**To Reproduce**
Steps to reproduce the behavior:
1. install latest version using curl https://raw.githubusercontent.com/danvergara/dblab/master/scripts/install_update_linux.sh | bash
2. dblab --db path/to/db/file.sqlite --driver sqlite
**Expected behavior**
Open the database
**OS (please complete the following information):**
- Ubuntu 22.04 on ARM (Jetson AGX Xavier)
**Additional context**
I can open and read the database from code and can browse it using VS code plugin (over SSH) . I wanted to browse/edit the DB over SSH, searched github and found dblab.
1 条评论