[00:10:28] i hate labs [00:10:30] [ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation-x64.cpp.o [00:10:30] /tmp/ccUM6Mcn.s: Assembler messages: [00:10:30] /tmp/ccUM6Mcn.s: Fatal error: can't write CMakeFiles/hphp_runtime_static.dir/vm/jit/ssa-tmp.cpp.o: No space left on device [00:15:52] aaaaand relocating the source tree to another location in the filesystem makes cmake barf [00:15:56] so we're back to 0% [01:06:04] TimStarling: how can i test the patches? The tests pass, but I don't think there are any that cover these patches [01:07:17] ori: you need fb secret tests [01:07:23] clearly [01:23:29] ori: just have a PHP file consisting of [01:24:24] if you request it with curl (piping into /dev/null of course) then the memory usage of hhvm should be stable, instead of continually increasing [01:24:45] with stock hhvm it will only last seconds before it hits a fatal error due to a buffer being larger than 2GB [01:27:59] you could also try blocking the write side, say by stopping curl with ctrl-Z [08:26:25] TimStarling: Hm. I get the fatal, instead. ("Fatal error: StringBuffer exceeded 2146435072 bytes of memory in /srv/php/zero.php on line 1") [08:27:46] with stock 3.11 + https://dpaste.de/hn6x/raw