summaryrefslogtreecommitdiff
path: root/test/malloc5.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/malloc5.test')
-rw-r--r--test/malloc5.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/malloc5.test b/test/malloc5.test
index 71f56bb..c02f65e 100644
--- a/test/malloc5.test
+++ b/test/malloc5.test
@@ -352,7 +352,7 @@ do_test malloc5-6.3.1 {
do_test malloc5-6.3.2 {
# Try to release 7700 bytes. This should release all the
# non-dirty pages held by db2.
- sqlite3_release_memory [expr 7*1100]
+ sqlite3_release_memory [expr 7*1132]
list [nPage db] [nPage db2]
} {10 3}
do_test malloc5-6.3.3 {
@@ -366,7 +366,7 @@ do_test malloc5-6.3.4 {
# the rest of the db cache. But the db2 cache remains intact, because
# SQLite tries to avoid calling sync().
if {$::tcl_platform(wordSize)==8} {
- sqlite3_release_memory 10177
+ sqlite3_release_memory 10500
} else {
sqlite3_release_memory 9900
}