We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Not allowed to compile phalcon by myself

There is no enough memory on my modest VPS to successfully compile phalcon. I always get "virtual memory exhausted: Cannot allocate memory".

Is there another way to acquire phalcon.so?



98.9k

If you know what OS is running on the VPS you could compile the extension in a virtual machine with enough memory, then copy the phalcon.so to the extensions directory in the VPS.



32.5k

Thanks! With settings from upper post I have complied it successfully.