Ryan Gordon
Ryan Gordon
Also running into this bug with similar circumstances: ```Java.lang.RuntimeException: java.io.IOException: Insert failed: [{"errors":[{"debugInfo":"","location":"","message":"Maximum allowed row size exceeded. Allowed: 1048576 Row size: 1383816","reason":"invalid"}],"index":0}]``` The dataflow job retries indefinitely, causing the pipeline...
Just FYI, I actually haven't been able to make any progress on that and because the pure-PHP Protobuf library works on HHVM (I've been maintaining it for HHVM compat and...
Also, I just looked through and this seems to only implement a smalls subset of the Protobuf extension. Is that correct?
Ah interesting; The main performance problem we see in the PHP Protobuf library (without JIT) is that for every single request these functions listed here are called over and over...
@edwinsmith Yes, our last try was with `-vEval.EnableGC=1` @Orvid I will recompile with 3.15 and try it again and post the results here!
Should I do that on 3.15 or 3.14.5 or it doesn't matter?
Here is the updated results. ``` hhvm --version HipHop VM 3.15.0 (rel) Compiler: tags/HHVM-3.15.0-0-g92a682ebaa3c85b84857852d8621f528607fe27d Repo schema: 225d4323575bbc8a498dc809a1c41354f6bca830 ``` Updated cyclical_test.php script: ``` ``` First Test w/o GC: ``` qhhvm cyclical_test.php...
Sorry qhhvm is an alias for ``` # qhhvm export LD_LIBRARY_PATH=/opt/pcrelib exec /usr/local/bin/hhvm $@ ``` I haven't tested this through the server, just the CLI, since it is a long...