From 4adec0710378b32c36e027f68d24849d28baa181 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 10 Oct 2025 16:26:34 +0200 Subject: [PATCH] chore(ci): limit LDAP service container memory usage to 500M (#9611) This is a noop and will be silently ignored until Forgejo runner v11.2.0 is servicing this repository with https://code.forgejo.org/forgejo/runner/pulls/1079 --- Resolves forgejo/forgejo#9406 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9611 Reviewed-by: Gusted Reviewed-by: 0ko <0ko@noreply.codeberg.org> Reviewed-by: Michael Kriese Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- .forgejo/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index 5e61a8b7b7..d8a6a97498 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -233,6 +233,7 @@ jobs: options: --tmpfs /bitnami/minio/data ldap: image: data.forgejo.org/oci/forgejo-test-openldap:1 + options: --memory 500M pgsql: image: data.forgejo.org/oci/bitnami/postgresql:16 env: