From ba4594ced82cac82351fcc7464235c50f779dfb3 Mon Sep 17 00:00:00 2001 From: forgejo-backport-action Date: Fri, 10 Oct 2025 23:52:00 +0200 Subject: [PATCH] [v12.0/forgejo] chore(ci): limit LDAP service container memory usage to 500M (#9619) **Backport:** https://codeberg.org/forgejo/forgejo/pulls/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 Co-authored-by: Earl Warren Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9619 Reviewed-by: Gusted Co-authored-by: forgejo-backport-action Co-committed-by: forgejo-backport-action --- .forgejo/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index 10158efc7e..483d5d2c14 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -229,6 +229,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: