Skip to content

Instantly share code, notes, and snippets.

@decodedmrq
Created February 8, 2018 19:14
Show Gist options
  • Save decodedmrq/8f120f59f34264dc0ff69f90ca91ff40 to your computer and use it in GitHub Desktop.
Save decodedmrq/8f120f59f34264dc0ff69f90ca91ff40 to your computer and use it in GitHub Desktop.
Composer - ErrorException: proc_open(): fork failed - Create swap memory - EC2
# /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
# /sbin/mkswap /var/swap.1
# /sbin/swapon /var/swap.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment