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

successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero

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