Merge "Lower mistral-executor nofile to 1024"
This commit is contained in:
commit
2917aca731
@ -7,6 +7,10 @@ parameters:
|
||||
DockerMistralExecutorImage:
|
||||
description: image
|
||||
type: string
|
||||
DockerMistralExecutorUlimit:
|
||||
default: ['nofile=1024']
|
||||
description: ulimit for Mistral Executor Container
|
||||
type: comma_delimited_list
|
||||
DockerMistralConfigImage:
|
||||
description: The container image to use for the mistral config_volume
|
||||
type: string
|
||||
@ -108,6 +112,7 @@ outputs:
|
||||
step_4:
|
||||
mistral_executor:
|
||||
image: {get_param: DockerMistralExecutorImage}
|
||||
ulimit: {get_param: DockerMistralExecutorUlimit}
|
||||
net: host
|
||||
privileged: false
|
||||
restart: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user