It seems the my HHVM FastCGI server keeps dying after about 10 requests. Brand new Ubuntu and HHVM install.
root@john:/# hhvm --version
HipHop VM 3.0.1 (rel)
Compiler: tags/HHVM-3.0.1-0-g97c0ac06000e060376fdac4a7970e954e77900d6
Repo schema: a1146d49c5ba0d6db903beb3a4ed8a3766fef182
And the server info:
root@john:/# uname -a
Linux john.authpilot.com 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
root@john:/# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
Just trying to run a poor little Laravel app. :( Any ideas?
It seems to be a memory issue like Daniel stated. HHVM needs more than 512MB to run, preferably much more.