Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use allocation counts from main not 5.8
  • Loading branch information
yim-lee committed Apr 13, 2023
commit 6ea3a7207821b327edf4d5eaa5a9112afc834f52
7 changes: 3 additions & 4 deletions docker/docker-compose.2204.59.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ services:
test:
image: swift-nio-ssh:22.04-5.9
environment:
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=217800
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=995050
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=49000
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=223800
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1005050
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=51000
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
#- SANITIZER_ARG=--sanitize=thread
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors

shell:
image: swift-nio-ssh:22.04-5.9