1 ### Configuration options for openvswitch
3 # Copyright (C) 2009, 2010, 2011 Nicira, Inc.
5 # FORCE_COREFILES: If 'yes' then core files will be enabled.
8 # OVSDB_SERVER_PRIORITY: "nice" priority at which to run ovsdb-server.
10 # OVSDB_SERVER_PRIORITY=-10
12 # VSWITCHD_PRIORITY: "nice" priority at which to run ovs-vswitchd.
13 # VSWITCHD_PRIORITY=-10
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
22 # BRCOMPAT: If 'yes' compatibility mode will be enabled.