Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB2: Remove privilegedMode #9460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

DB2: Remove privilegedMode #9460

wants to merge 1 commit into from

Conversation

hfhbd
Copy link

@hfhbd hfhbd commented Oct 23, 2024

Currently, the DB2 container uses the privilegedMode, as mentioned in the official IBM docs. But this mode should be avoided. DB2 needs the privilegedMode due larger shared memory segments. But this behavior can be archived by setting the capabilities IPC_LOCK and IPC_OWNER.

Source: https://db2indocker.blogspot.com

@hfhbd hfhbd requested a review from a team as a code owner October 23, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant