Skip to content

Commit

Permalink
Update nightly allocation limits (#321)
Browse files Browse the repository at this point in the history
Motivation:

Recent nightly builds have introduced small allocation regressions.

Modifications:

Update allocation limits for nightly Swift builds.

Result:

CI passes.
  • Loading branch information
glbrntt authored Dec 15, 2021
1 parent 39a0aa4 commit 6e94a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.2004.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ services:
environment:
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=46150
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=45100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=317950
- MAX_ALLOCS_ALLOWED_client_server_request_response=283850
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=317250
- MAX_ALLOCS_ALLOWED_client_server_request_response=284000
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=47050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=323150
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=323200

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

0 comments on commit 6e94a7b

Please sign in to comment.