diff --git a/README.md b/README.md index 7e68c1f..1ce919a 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ For the usage please refer to [Forgejo Documentation for Actions](https://forgej The default action url is already set to [code.forgejo.org](https://code.forgejo.org). That means the action on `code.forgejo.org` will be picked even if a same repository exists on our site. Like `uses: action/checkout@v1` will pick the one at `code.forgejo.org/actions/checkout`, even if `code.lightstands.xyz/actions/checkout` were also existing. -| Runner | Architechture | Setup | Labels | Driver | -| ------ | ------------- | ----- | ------------- | ------ | -| default-us-phx-0 | aarch64 | 2 core with 20GB memory | `docker://node:16-bulleye` | Podman (rootless) | +| Runner | Architechture | Setup | Labels | Driver | Concurrent Tasks Num. | Additional Limit | +| ------ | ------------- | ----- | ------------- | ------ | ---------- | --------------------| +| default-us-phx-0 | aarch64 | 3 cores (3 threads) with 16GB memory | `docker://node:16-bulleye` | Podman (rootless) | 4 | `blkio <= 10MBps` | Global runners are set up with rootless podman for security reason. You can also register self-hosted runners for you account, orgranisation or repository.