From 8fca5589f02ac3318f79e2420afd475761fbb983 Mon Sep 17 00:00:00 2001 From: pabloyoyoista <32678034+pabloyoyoista@users.noreply.github.com> Date: Tue, 31 May 2022 17:16:46 +0200 Subject: [PATCH] docs: add podman ulimit option (#13180) --- website/content/plugins/drivers/podman.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/content/plugins/drivers/podman.mdx b/website/content/plugins/drivers/podman.mdx index 0afb313e9..1c66e41c9 100644 --- a/website/content/plugins/drivers/podman.mdx +++ b/website/content/plugins/drivers/podman.mdx @@ -364,6 +364,18 @@ The `podman` driver implements the following [capabilities](/docs/internals/plug } ``` +- `ulimit` - (Optional) A key-value map of ulimit configurations to set to the + containers to start. + + ```hcl + config { + ulimit { + nproc = "4242" + nofile = "2048:4096" + } + } + ``` + ## Network Configuration Nomad [lifecycle hooks][nomad_lifecycle_hooks] combined with the drivers