From 7c73cf4454c8937afde9b57a8771e2877f0de133 Mon Sep 17 00:00:00 2001 From: Rubicon Date: Sat, 30 Mar 2024 15:14:00 +0000 Subject: [PATCH] README: updated concurrency for us-phx-0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20eacc6..6a0c42c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The default action url is already set to [code.forgejo.org](https://code.forgejo | Runner | Architechture | Setup | Labels | Driver | Concurrent Tasks Num. | Additional Limit | | ------ | ------------- | ----- | ------------- | ------ | ---------- | --------------------| -| default-us-phx-0 | aarch64 | 3 cores (3 threads) with 20GB memory | `docker`,`linux-aarch64-lg`,`linux-lg` | Podman (rootless) | 4 | `blkio read <= 10Megabytes/s, blkio write <= 10Megabytes/s` | +| default-us-phx-0 | aarch64 | 3 cores (3 threads) with 20GB memory | `docker`,`linux-aarch64-lg`,`linux-lg` | Podman (rootless) | 1 | `blkio read <= 10Megabytes/s, blkio write <= 10Megabytes/s` | Global runners are set up with rootless podman for security reason. You can also register self-hosted runners for you account, orgranisation or repository.