OSError: [Errno 12] Cannot allocate memory

sudo fallocate -l 32G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
free -h

posted @ 2023-09-19 00:52  Xu_Lin  阅读(36)  评论(0)    收藏  举报