treffynnon / Benchmark-PHP-HHVM-Zephir

Benchmark PHP, HHVM and Zephir
http://simonholywell.com/post/2014/02/hhvm-vs-zephir-vs-php-the-showdown.html
BSD 3-Clause "New" or "Revised" License
57 stars 10 forks source link

[FCGI-HHVM] Hanging on larger Mandelbrot sizes and freezing benchmark suite #7

Open treffynnon opened 10 years ago

treffynnon commented 10 years ago

When the benchmark hits 1000 it hangs on hhvm-ext or hhvm-php depending on how it feels. Perhaps HHVM settings need tweaking or the server isn't coming up fully in time when it has to load an extension.

treffynnon commented 10 years ago

I have tried setting the following options, but it still hangs:

Or for copy and paste:

-vResourceLimit.SocketDefaultTimeout=120 -vResourceLimit.MaxSocket=120 -vResourceLimit.CoreFileSize=1073741824 -vResourceLimit.SocketDefaultTimeout=120 -vServer.EvilShutdown=1 -vServer.RequestTimeoutSeconds=120 -vServer.RequestMemoryMaxBytes=1073741824 -vServer.ConnectionTimeoutSeconds=240 -vServer.EnableKeepAlive=1