Skip to content

Commit

Permalink
fix: fix #723
Browse files Browse the repository at this point in the history
#707 commit will be revert
this since was not tested and caused problem #723

> #693#issuecomment-891126410
but it does cause problems
  • Loading branch information
unknowndevQwQ authored Aug 12, 2021
1 parent 5e05561 commit 837ea82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/config/containers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@ default_capabilities = [
]

# A list of sysctls to be set in containers by default,
# specified as "name = value",
# for example:"net.ipv4.ping_group_range = 0 0".
# specified as "name=value",
# for example:"net.ipv4.ping_group_range=0 0".
#
default_sysctls = [
"net.ipv4.ping_group_range = 0 0",
"net.ipv4.ping_group_range=0 0",
]

# A list of ulimits to be set in containers by default, specified as
# "<ulimit name> = <soft limit>:<hard limit>", for example:
# "nofile = 1024:2048"
# "<ulimit name>=<soft limit>:<hard limit>", for example:
# "nofile=1024:2048"
# See setrlimit(2) for a list of resource names.
# Any limit not specified here will be inherited from the process launching the
# container engine.
# Ulimits has limits for non privileged container engines.
#
#default_ulimits = [
# "nofile = 1280:2560",
# "nofile=1280:2560",
#]

# List of devices. Specified as
Expand Down

0 comments on commit 837ea82

Please sign in to comment.