I have wordpress running in a hiphop vm on ubuntu 12.04. My server works fine for about an hour and then it stops serving requests and just times out. I can see that the hhvm process is still running when I execute ps -aux | grep "hhvm"
but it is just not responding to any requests. Is there anyway that I can debug this? No errors are appearing in my log file so I have no Idea where to go from here. Is there any way to debug your php code while running in hhvm?
UPDATE:
I uped the threads from 50 to 300 and the server lasted 24 hours and now the same thing is occurring again.
output from the admin page /check-health is
{
"load":240
, "queued":0
, "hhbc-roarena-capac":0
, "tc-size":17473376
, "tc-stubsize":12588591
, "targetcache":37280
, "units":223
}
and /stats.html is
{
"stats": {
"pages": [
]
}
}