The following exception is caused by a lack of memory or swap, or not having swap configured

The following exception is caused by a lack of memory or swap, or not having swap configured
なにこれ?

[vagrant@localhost blog]$ free -m
total used free shared buffers cached
Mem: 490 140 349 0 2 31
-/+ buffers/cache: 106 383
Swap: 991 658 333

swapは割り当てあります。
そもそもスワップファイルとは??
->使っていないメモリの内容を一時的にしまっておくためのファイル

スワップファイルを作成します
[vagrant@localhost blog]$ sudo -s /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 2.82202 s, 380 MB/s
[vagrant@localhost blog]$ sudo -s /sbin/mkswap /var/swap.1
スワップ空間バージョン1を設定します、サイズ = 1048572 KiB
ラベルはありません, UUID=e033e359-3fb0-4007-872a-73fc1e07ea10
[vagrant@localhost blog]$ sudo -s /sbin/swapon /var/swap.1

[vagrant@localhost blog]$ php composer.phar update
[vagrant@localhost blog]$ php artisan –version
Laravel Framework 5.6.39

おおおおおおおおおおおおおおおおおおおおおおおお
毎回リアクションが一緒になってきた。。