]> git.proxmox.com Git - ovs.git/blob - xenserver/usr_share_openvswitch_scripts_sysconfig.template
xenserver/README: Remove bad instructions.
[ovs.git] / xenserver / usr_share_openvswitch_scripts_sysconfig.template
1 ### Configuration options for openvswitch
2
3 # Copyright (C) 2009, 2010, 2011 Nicira Networks, 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