近期用指令composer require phpoffice/phpspreadsheet安裝phpspreadsheet時出現記憶體不足問題,出現如下錯誤:
The following exception is caused by a lack of memory or swap, or not having swap configured
用以下方法完美解決:
sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024 sudo /sbin/mkswap /var/swap.1 sudo /sbin/swapon /var/swap.1