How to fix «successful NUMA node read from SysFS had negative value (-1)»?

Add to /etc/crontab:

@reboot root for a in /sys/bus/pci/devices/*; do echo 0 | tee -a $a/numa_node; done > /dev/null

stackoverflow.com/a/44233285