which is still an order of magnitude better than what most people are doing
Rob Norris
@tpolecat
interesting, i had no idea everything was so terrible. that make me feel a little better
;-)
Timothy Perrett
@timperrett
oh yeah, operations is pretty bad
at scale its just a really hard problem
i mean, think about the kinds of workload most people have: either idle or spikey is probally most common
very few workloads are banging the cpu 24/7
Rob Norris
@tpolecat
yep.
Timothy Perrett
@timperrett
so my changes to the release process dont seem to take affect, will need to look at this more another time
as its getting late
Rob Norris
@tpolecat
Alright, no worries. Now I know how to survive a busted master, so that was a useful exercise.
Timothy Perrett
@timperrett
haha well i wouldnt recomend that course of action in the general case, as its a bit nuclear
but whatever
:D
it works!
Rob Norris
@tpolecat
It worked really well actually.
Timothy Perrett
@timperrett
yeah its a nice hack
Timothy Perrett
@timperrett
@tpolecat alright all the build changes are in play - whenever you can just merge from master, either myself or @stew can merge it. I’ll be AFK for a few hours today, so whomever gets to it first. travis will automatically spin a release build.
@tpolecat that probally means our build process is using too much ram - lemme run your branch locally
im tempted to just merge it and see what we can do about the build
_
@tpolecatError code 137 usually comes up when a script gets killed due to exhaustion of available system resources, in this case it's very likely memory. The infrastructure this build is running on has some limitations due to the underlying virtualization that can cause these errors.
Rob Norris
@tpolecat
curious. i'll give it a go locally
Timothy Perrett
@timperrett
yeah - also note that your PR did actually pass for scala 2.10