ovs-ctl.in: increase the limit of fd
[cascardo/ovs.git] / utilities / ovs-ctl.in
index 9ce4973..3a432b5 100755 (executable)
@@ -244,7 +244,7 @@ start_forwarding () {
         # Increase the limit on the number of open file descriptors.
         # ovs-vswitchd needs 16 per datapath, plus a few extra, so this
         # should allow for 256 (or more) bridges.
-        ulimit -n 5000
+        ulimit -n 6000
 
            # Start ovs-vswitchd.
            set ovs-vswitchd unix:"$DB_SOCK"