| Index: third_party/sqlite/src/test/malloc5.test
|
| diff --git a/third_party/sqlite/src/test/malloc5.test b/third_party/sqlite/src/test/malloc5.test
|
| index 8f0db04c2a5a2e9d973be4f1820c3708918e34d1..8114005e8b70b39bcf59f51bd814ad17d940caf9 100644
|
| --- a/third_party/sqlite/src/test/malloc5.test
|
| +++ b/third_party/sqlite/src/test/malloc5.test
|
| @@ -236,12 +236,12 @@ do_test malloc5-4.2 {
|
| db eval {PRAGMA cache_size=1}
|
| db cache flush
|
| sqlite3_release_memory
|
| - sqlite3_soft_heap_limit 100000
|
| + sqlite3_soft_heap_limit 200000
|
| sqlite3_memory_highwater 1
|
| execsql {SELECT * FROM abc}
|
| set nMaxBytes [sqlite3_memory_highwater 1]
|
| puts -nonewline " (Highwater mark: $nMaxBytes) "
|
| - expr $nMaxBytes <= 110000
|
| + expr $nMaxBytes <= 210000
|
| } {1}
|
| do_test malloc5-4.3 {
|
| # Check that the content of table abc is at least roughly as expected.
|
|
|