Skip to content

Commit

Permalink
[PR #2115/e3c9f441 backport][stable-4.9] Copy the ulimit attributes f…
Browse files Browse the repository at this point in the history
…or 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 <[email protected]>
(cherry picked from commit e3c9f44)

Co-authored-by: jctanner <[email protected]>
  • Loading branch information
patchback[bot] and jctanner authored Apr 19, 2024
1 parent ab37e59 commit 3f249ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions profiles/ldap/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ services:
ports:
- "10389:10389"
- "10636:10636"
ulimits:
nofile:
soft: 65536
hard: 65536

0 comments on commit 3f249ef

Please sign in to comment.