33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
# /etc/nvidia/nvidia-topologyd.conf.template - configuration file for Topology Daemon
|
|
#
|
|
# This is a template for the optional configuration file for Topology Daemon.
|
|
# The daemon will look for the config file /etc/nvidia/nvidia-topologyd.conf
|
|
#
|
|
# OutputPath
|
|
# Description: set pathname of output file
|
|
# The daemon writes virtual topology representation to /var/run/nvidia-topologyd/virtualTopology.xml.
|
|
# Use this option to override the default output filename.
|
|
# Ensure that the directory exists in the case of a non-default path.
|
|
#
|
|
# Data type: string
|
|
OutputPath=/var/run/nvidia-topologyd/virtualTopology.xml
|
|
|
|
# LogLevel
|
|
# Description: set logging level
|
|
# Data type: integer
|
|
# Values: 0 = default
|
|
# 1 = verbose
|
|
# 2 = debug
|
|
LogLevel=0
|
|
|
|
# SwitchDomain
|
|
# Description: set the PCIe domain used to represent switches.
|
|
# PCIe switches are represented as devices in a virtual PCIe domain that does not
|
|
# exist within the guest VM's PCIe topology. The daemon uses domain 0xFFFF for
|
|
# this purpose. If this value clashes with a domain already in use in the guest VM,
|
|
# modify it by setting this option.
|
|
#
|
|
# Data type: integer
|
|
# Values: 0x0 - 0xFFFF
|
|
SwitchDomain=0xFFFF
|