Change controller ulimit to match the default

The default limit for file descriptors is 1024 so this validations
would fail when run with the default settings.

Change-Id: I7053ea0f56fa620ddccc8dcbc31f6cc98249abc1
(cherry picked from commit 935fd1ff76)
This commit is contained in:
Ana Krivokapic 2017-12-04 14:19:59 +01:00 committed by Gael Chamoulaud
parent f31b16dd20
commit 602fb5f1a3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
This will check the ulimits of each controller.
groups:
- post-deployment
nofiles_min: 2048
nofiles_min: 1024
nproc_min: 2048
tasks: