Increase open file limit for OpenDaylight 71/14171/2
authorStanislaw Kardach <stanislaw.kardach@cavium.com>
Sun, 15 May 2016 01:14:43 +0000 (18:14 -0700)
committerStanislaw Kardach <stanislaw.kardach@cavium.com>
Sun, 15 May 2016 23:30:27 +0000 (23:30 +0000)
commit39f77acb6d4cdcbea04a817b01f67cad8f202c1d
tree2d21f51ecee79f009e38c4abb57ab532b4e680be
parentde066675c9e565e7e33f02adb5f94f1dd9608ce1
Increase open file limit for OpenDaylight

Upstart scripts by default do not run scripts in a shell which results
in limits from `/etc/security/limits.conf` not be taken into account
and results in the default value (4096) to be taken. This may prove
problematic for OpenDaylight during initialization. On Cavium ThunderX
we have noticed OpenFlow controller initialization failures caused by
hitting this limit.
OPNFV is increasing the `nofile` limit to 112640 for OpenStack services
which is why I'm using this value here.
Bug report filed to Fuel@OPNFV (see [1]).

[1] https://jira.opnfv.org/browse/FUEL-140

Signed-off-by: Stanislaw Kardach <stanislaw.kardach@cavium.com>
patches/fuel-plugin-opendaylight/0002-Increase-open-file-limit-for-OpenDaylight.patch [new file with mode: 0644]