XenServer: Increase ulimit on open file descriptors in init script
authorJustin Pettit <jpettit@nicira.com>
Mon, 10 Aug 2009 22:34:13 +0000 (15:34 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 10 Aug 2009 22:34:13 +0000 (15:34 -0700)
commit63920cb960ffe2c494f73982f6ea073a4dc3460d
tree416e00606b1695dcd4f5ec5a188b4e480b6515b8
parent88acec3bb517fda9c1f5f32d6eec92a153e12b1c
XenServer: Increase ulimit on open file descriptors in init script

Open vSwitch allows up to 256 datapaths to be created.  Each one
requires a few file descriptors.  By default, XenServer limits each
process to 1024 file descriptors, which causes us to run out with roughly
140 datapaths.  This change raises the limit to 4096, so we've got
additional wiggle room.

Feature #1820
xenserver/etc_init.d_vswitch