HHVM poor performance

前端 未结 3 839
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-12 13:26

I\'m evaluating HipHop-PHP for compatibility and performance on our code base, but I\'m getting very poor performance when running it with the built-in web server enabled.

3条回答
  •  萌比男神i
    2020-12-12 13:59

    I have the same performance problem, and I get impressive results only after commenting these lines in /etc/hhvm/php.ini

    ;hhvm.log.level = Warning
    ;hhvm.log.always_log_unhandled_exceptions = true
    ;hhvm.log.runtime_error_reporting_level = 8191
    

提交回复
热议问题