Skip to content

Commit 6e94a7b

Browse files
authored
Update nightly allocation limits (#321)
Motivation: Recent nightly builds have introduced small allocation regressions. Modifications: Update allocation limits for nightly Swift builds. Result: CI passes.
1 parent 39a0aa4 commit 6e94a7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/docker-compose.2004.main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ services:
2727
environment:
2828
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=46150
2929
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=45100
30-
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=317950
31-
- MAX_ALLOCS_ALLOWED_client_server_request_response=283850
30+
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=317250
31+
- MAX_ALLOCS_ALLOWED_client_server_request_response=284000
3232
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=47050
3333
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
3434
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
3535
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
3636
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
3737
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
38-
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=323150
38+
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=323200
3939

4040
shell:
4141
image: swift-nio-http2:20.04-main

0 commit comments

Comments
 (0)