ovs-ctl: Raise the limit on the number of open file descriptors.
authorAlex Wang <alexw@nicira.com>
Tue, 20 May 2014 21:16:54 +0000 (14:16 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 20 May 2014 23:01:04 +0000 (16:01 -0700)
commit0ada3a84d59cfccc923f931b54153701687d310a
treec19fae3b7d643c10c2ae23489856191e64d6fa62
parente86fc587f7ffbc30e87d0431842467f69d106330
ovs-ctl: Raise the limit on the number of open file descriptors.

Since the removal of dispatcher thread, OVS creates 'n-handler-threads'
file descriptors for each bridge port.  To allow more bridge ports
be supported, this commit raises the limit on the number of open file
descriptors from 7500 to 65535.

Bug #1254038.

Signed-off-by: Alex Wang <alexw@nicira.com>
utilities/ovs-ctl.in