We used to have to restart hhvm weekly to prevent white screens of death but no longer with 3.8+
3.8 is also 10% faster than previous versions: http://hhvm.com/blog/9803/hhvm-3-8-0
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
sudo add-apt-repository "deb http://dl.hhvm.com/ubuntu $(lsb_release -sc) main"
sudo apt-get update
sudo apt-get install hhvm
$hhvm --version
HipHop VM 3.8.0 (rel)
Compiler: tags/HHVM-3.8.0-0-gbb32f8d645b28561d8491870c44730b9b3f08d35
Repo schema: 74bee5d310450724cfd49245fd6c2e1e4323b10a
Maybe try 3.9-dev (trunk)to see if it was a bug.
We used to have to restart hhvm weekly to prevent white screens of death but no longer with 3.8+
3.8 is also 10% faster than previous versions: http://hhvm.com/blog/9803/hhvm-3-8-0