]> git.proxmox.com Git - mirror_ovs.git/blame - rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEAD
[mirror_ovs.git] / rhel / usr_share_openvswitch_scripts_systemd_sysconfig.template
CommitLineData
b49c106e
FL
1### Configuration options for openvswitch
2#
3# Enable core files:
4# --force-corefiles=yes
5#
6# Set "nice" priority at which to run ovsdb-server:
7# --ovsdb-server-priority=-10
8#
9# Set "nice" priority at which to run ovsdb-vswitchd:
10# --ovs-vswitchd-priority=-10
11#
12# Pass or not --mlockall option to ovs-vswitchd.
13# This option should be set to "yes" or "no". The default is "yes".
14# Enabling this option can avoid networking interruptions due to
15# system memory pressure in extraordinary situations, such as multiple
16# concurrent VM import operations.
17# --mlockall=yes
18#
19# Use valgrind:
20# --ovs-vswitchd-wrapper=valgrind
21# --ovsdb-server-wrapper=valgrind
22#
23OPTIONS=""
92d53574 24
25# Uncomment and set the OVS User/Group value
26#OVS_USER_ID="openvswitch:openvswitch"