..edit... Ubuntu 14.04
I've updated my apps and gotten latest from master as per the instructions here: https://www.phalcon.io/en/download
I didn't do a clone, because the repo was already there... Just did a pull of master.
running the ./install command, this is where it dies:
libtool: compile: gcc -I. -I/home/zhegwood/cphalcon/build/64bits -DPHP_ATOM_INC -I/home/zhegwood/cphalcon/build/64bits/include -I/home/zhegwood/cphalcon/build/64bits/main -I/home/zhegwood/cphalcon/build/64bits -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native -mtune=native -O2 -fomit-frame-pointer -fvisibility=hidden -c /home/zhegwood/cphalcon/build/64bits/phalcon.zep.c -fPIC -DPIC -o .libs/phalcon.o virtual memory exhausted: Cannot allocate memory make: *** [phalcon.lo] Error 1
My virtual box has 1G of memory... This was adequate for the initial install of 2.0.1, but doesn't seem to be the case now... Is there anything I can do to update to 2.0.5 besides rebuilding with more memory?