Skip to content

Enabling mmap-locked. #13874

Answered by cm-ops
BigMacCat asked this question in Q&A
Oct 29, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Setting it in the enabled.sls you would want to follow this: https://docs.saltproject.io/en/3006/ref/states/all/salt.states.docker_container.html

ipc_mode (or ipc)
Set the IPC mode for the container. The default behavior is to create a private IPC namespace for the container, but this option can be used to change that behavior:

container:<container_name_or_id> reuses another container shared memory, semaphores and message queues

host: use the host's shared memory, semaphores and message queues

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BigMacCat
Comment options

@cm-ops
Comment options

Answer selected by BigMacCat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants