Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions roles/container_runtime/templates/crio.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ pids_limit = 1024
# Negative values indicate that no limit is imposed.
log_size_max = 52428800

# manage_network_ns_lifecycle determines whether we pin and remove network namespaces
# and manage their lifecycle
manage_network_ns_lifecycle = true

# The "crio.image" table contains settings pertaining to the
# management of OCI images.
[crio.image]
Expand Down