Skip to content

Commit 4c2c8d0

Browse files
authored
Update update-alloc-limits-to-last-completed-ci-build (#146)
* Update update-alloc-limits-to-last-completed-ci-build Update to drop 55 support and add 59 * update nightly alloc counts
1 parent 7733e7e commit 4c2c8d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/update-alloc-limits-to-last-completed-ci-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ url_prefix=${1-"https://ci.swiftserver.group/job/swift-nio-ssh-"}
2222
target_repo=${2-"$here/.."}
2323
tmpdir=$(mktemp -d /tmp/.last-build_XXXXXX)
2424

25-
for f in 55 56 57 58 nightly; do
25+
for f in 56 57 58 59 nightly; do
2626
echo "swift$f"
2727
if [[ "$f" == "nightly" ]]; then
2828
url="$url_prefix$f-prb/lastCompletedBuild/consoleFull"

docker/docker-compose.2204.main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ services:
1414
test:
1515
image: swift-nio-ssh:22.04-main
1616
environment:
17-
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=223800
18-
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1005050
19-
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=51000
17+
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=217800
18+
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=995050
19+
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=49000
2020
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
2121
#- SANITIZER_ARG=--sanitize=thread
2222
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors

0 commit comments

Comments
 (0)