aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/sut/files/taishan_workaround.service
blob: 246c985baab83f94e47f8be2945daf49e8938484 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Numa node workaround configuration

[Service]
ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/0000:11:00.0/numa_node'
ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/0000:11:00.1/numa_node'
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target