ovs-ctl.in: increase the limit of fd
authorCong Wang <xiyou.wangcong@gmail.com>
Wed, 14 Nov 2012 12:58:18 +0000 (20:58 +0800)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Nov 2012 16:10:55 +0000 (08:10 -0800)
commitfbb58b68be7c3abb83e8ab72d662d020eaad7d1d
tree7afc6763afe3e4383f48ce29886aad15af5ce7d6
parent8ac2a21cc8ec518b3359e1803eb3460e4743c59a
ovs-ctl.in: increase the limit of fd

We can't create more than 248 bridges with the current limit 5000,
so increase it to 6000 so that at least 256+ bridges could be created.

Cc: Ben Pfaff <blp@nicira.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ctl.in