We can use less memory in the client output buffers. Its OK
Former-commit-id: 852819180f6a281449a376b6b79a424af4e63c82
This commit is contained in:
parent
5167e0399a
commit
a686622540
@ -15,7 +15,7 @@ start_server {tags {"obuf-limits"}} {
|
|||||||
if {![regexp {omem=([0-9]+)} $c - omem]} break
|
if {![regexp {omem=([0-9]+)} $c - omem]} break
|
||||||
if {$omem > 200000} break
|
if {$omem > 200000} break
|
||||||
}
|
}
|
||||||
assert {$omem >= 90000 && $omem < 200000}
|
assert {$omem >= 80000 && $omem < 200000}
|
||||||
$rd1 close
|
$rd1 close
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user