Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / rhel / usr_share_openvswitch_scripts_sysconfig.template
1 ### Configuration options for openvswitch
2
3 # Copyright (C) 2009, 2010, 2011 Nicira, Inc.
4
5 # FORCE_COREFILES: If 'yes' then core files will be enabled.
6 # FORCE_COREFILES=yes
7
8 # OVSDB_SERVER_PRIORITY: "nice" priority at which to run ovsdb-server.
9 #
10 # OVSDB_SERVER_PRIORITY=-10
11
12 # VSWITCHD_PRIORITY: "nice" priority at which to run ovs-vswitchd.
13 # VSWITCHD_PRIORITY=-10
14
15 # VSWITCHD_MLOCKALL: Whether to pass ovs-vswitchd the --mlockall option.
16 #     This option should be set to "yes" or "no".  The default is "yes".
17 #     Enabling this option can avoid networking interruptions due to
18 #     system memory pressure in extraordinary situations, such as multiple
19 #     concurrent VM import operations.
20 # VSWITCHD_MLOCKALL=yes
21
22 # OVS_CTL_OPTS: Extra options to pass to ovs-ctl.  This is, for example,
23 # a suitable place to specify --ovs-vswitchd-wrapper=valgrind.
24 # OVS_CTL_OPTS=