SQLite Forum

[bug] pragma incremental_vacuum OOMs in .mode box
Login
Super weird:

```
$ sqlite3 Electron.sqlite
SQLite version 3.34.0 2020-12-01 16:14:00
Enter ".help" for usage hints.
sqlite> .mode box
sqlite> pragma incremental_vacuum;
Error: out of memory
$ sqlite3 Electron.sqlite
SQLite version 3.34.0 2020-12-01 16:14:00
Enter ".help" for usage hints.
sqlite> pragma incremental_vacuum;
sqlite> 
```

This is an 80kB database with nothing remarkable about it. It's repeatable and I have the file preserved and can send it somewhere if that's helpful.