I have this amazon aws EC2 instance running on Ubuntu 14.04 with Phalcon 1.3 and I want to update to 2.x. I tried using composer but it doesn't allow me to replace it so I tried the compilation instruction referenced here:
https://docs.phalcon.io/en/latest/reference/install.html
But I ran into the error Virtual Memory Exhausted
. So I was wondering is there a easy way to do it?