Slide 12
Slide 12 text
Disaster! (part 2)
● We increased our index size by a third.
● Started getting errors: "out of memory"
● Oh, Go programs can't be > 16GB
○ Oh, right, fine.... hang on, wat???
● Started running patched Go in production!
○ Really, really, really bad idea.
○ Got away with it (most memory was unmanaged)
● Thankfully, 1.1 was in beta, no memory limit!
○ Started running that, which rapidly evolved to 1.1
○ Faster as well!