From 3f249ef8dafb97257c8f57bbe5b6567f91a3d2d0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:08:08 +0100 Subject: [PATCH] [PR #2115/e3c9f441 backport][stable-4.9] Copy the ulimit attributes for ldap from the old dev stack to oci (#2127) Copy the ulimit attributes for ldap from the old dev stack to oci (#2115) Copy the ulimit attributes for ldap from the old dev stack to the oci profile. No-Issue Signed-off-by: James Tanner (cherry picked from commit e3c9f44154b1d18a4a888251d405decbe18ca7ef) Co-authored-by: jctanner --- profiles/ldap/compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/ldap/compose.yaml b/profiles/ldap/compose.yaml index db5fa7e78c..de71064526 100644 --- a/profiles/ldap/compose.yaml +++ b/profiles/ldap/compose.yaml @@ -6,3 +6,7 @@ services: ports: - "10389:10389" - "10636:10636" + ulimits: + nofile: + soft: 65536 + hard: 65536