Re: [sqlite] Shell page cache option not working (?)

2018-11-15 Thread Richard Hipp
On 11/14/18, Aubrey Barnard wrote: > > $ ~/opt/bin/sqlite3 -pagecache 4096 1234 :memory: "pragma cache_size" > "pragma cache_size = -1000" "pragma cache_size" > Expected output: > -4936 > -1000 > Actual output: > -2000 > -1000 The PRAGMA cache_size=N sets a soft upper bound on the number of

[sqlite] Shell page cache option not working (?)

2018-11-14 Thread Aubrey Barnard
SQLite Users, I'm experiencing unexpected behavior in trying to use the `-pagecache` option for the `sqlite3` shell. Specifically, the `-pagecache` option appears to have no effect even though `pragma cache_size` does. I can see in the code that `-pagecache` causes an allocation which is