ovs-ctl.in: Set hard limit for core files created.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 11 Mar 2013 20:07:11 +0000 (13:07 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 11 Mar 2013 20:08:45 +0000 (13:08 -0700)
commita5d873f40af3b8b6faeaa050a551d42a809b8818
treec252f7bbdc64aa233f37bfa1fec7f56b94030dc8
parentcf630ea3f50026194171820a2b70a5a9c433b161
ovs-ctl.in: Set hard limit for core files created.

Currently we set a soft limit while defining the maximum size of
core files. If there is already a hard limit set that is lesser
than the soft limit we are setting, it will fail.

Since our startup scripts start with root permissions, it looks
fine to set the hard limit directly instead.

Reported-by: Dan Wendlandt <dan@nicira.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/ovs-ctl.in