We can use less memory in the client output buffers. Its OK

Former-commit-id: 852819180f6a281449a376b6b79a424af4e63c82
This commit is contained in:
John Sully 2019-07-05 23:43:01 -04:00
parent 5167e0399a
commit a686622540

View File

@ -15,7 +15,7 @@ start_server {tags {"obuf-limits"}} {
if {![regexp {omem=([0-9]+)} $c - omem]} break
if {$omem > 200000} break
}
assert {$omem >= 90000 && $omem < 200000}
assert {$omem >= 80000 && $omem < 200000}
$rd1 close
}