-
Behaviour expected: To show the magit status buffer. BackTrace:
Please look into this matter. I'm using Emacs in Termux. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The error comes from sqlite and means... well what it says: out of memory. I don't know what middleware means here and how to give it more memory. I also don't use termux but am guessing that that it somehow limits how much memory is available and that that can be increased using a configuration setting. |
Beta Was this translation helpful? Give feedback.
In that issue there is a link to a fix: magit/emacsql#79. You could help moving that along by trying it out locally and then commenting on that pull-request, stating whether it worked for you.
The commentary of
emacsql-sqlite3.el
has a section titled "About Closql", which explains how to monkey patchclosql
to use this implementation. Forge uses Closql. I would not generally recommend doing that but as a short term fix it might work.I would recommend deleting the
emacsql-sqlite3
database once you move back toemacsql-sqlite
. Until you do I ask you to always disclose that you are usingemacsql-sqlite3
(resp. a db that was touched by it) when reporting an issue withemacsql
,closql
orforge
.…