I don't know what happened; my computer froze after the error was raised.
FYI: i only installed CUDA toolkit in this PC, and already disable swap.
to reproduce
wget https://go.dev/dl/go1.21.3.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.21.3.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go version
git clone https://github.com/Mirantis/cri-dockerd.git
cd cri-dockerd
make cri-dockerd
I solved the issue by disabling overclocking in the BIOS settings. I'm not sure why overclocking was set as the default by the vendor. I’m using an Intel(R) Core(TM) i9-14900KS.
I don't know what happened; my computer froze after the error was raised.
FYI: i only installed CUDA toolkit in this PC, and already disable swap.
to reproduce
output