Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Update alloc limits to new NIO version
  • Loading branch information
Lukasa committed Feb 6, 2023
commit 27060d3fbac4da3065c5b5c3fa09e62976240147
4 changes: 2 additions & 2 deletions docker/docker-compose.2004.55.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
test:
image: swift-nio-ssh:20.04-5.5
environment:
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=240900
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1108050
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=238900
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1098050
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=55100
#- SANITIZER_ARG=--sanitize=thread
#- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.2004.56.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
test:
image: swift-nio-ssh:20.04-5.6
environment:
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=237850
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1050050
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=235850
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1040050
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=55050
#- SANITIZER_ARG=--sanitize=thread
#- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.2204.57.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
test:
image: swift-nio-ssh:22.04-5.7
environment:
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=225800
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1018050
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=223800
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1008050
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=51000
#- SANITIZER_ARG=--sanitize=thread
#- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.2204.58.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
test:
image: swift-nio-ssh:22.04-5.8
environment:
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=219800
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1005050
- 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
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
#- SANITIZER_ARG=--sanitize=thread
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.2204.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
test:
image: swift-nio-ssh:22.04-main
environment:
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=219800
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1005050
- 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
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
#- SANITIZER_ARG=--sanitize=thread
Expand Down