coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.43k stars 339 forks source link

running on aws - arm based (t4) AMI LInux 2 image #87

Closed johndpope closed 3 years ago

johndpope commented 3 years ago

sqlite_web -H 0.0.0.0 -p 8085 -x ./db/data-go.sqlite -d true -u /dbgo

During handling of the above exception, another exception occurred:

MemoryError

I have same code running fine on x64 image.

coleifer commented 3 years ago

I appreciate you taking the time to make a nice issue, but I really can't debug this. If you can pinpoint the issue feel free to let me know. It sounds, however, like maybe you don't have enough RAM?