Fix memory_reservation typo in docker_container module (#33375)
This commit is contained in:
parent
16081d2751
commit
4b4c1fdb13
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ class TaskParameters(DockerBaseClass):
|
|||
cpu_shares='cpu_shares',
|
||||
cpuset_cpus='cpuset_cpus',
|
||||
mem_limit='memory',
|
||||
mem_reservation='mem_reservation',
|
||||
mem_reservation='memory_reservation',
|
||||
memswap_limit='memory_swap',
|
||||
kernel_memory='kernel_memory',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue