You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran out of RAM not b/c there any one slot took too much RAM or too many visitors did (that just triggered it, b/c we were so damn close), but because there were too many slots live at once (for testing).
As a result, we can't meaningfully "scale to RAM", b/c:
that may start too many instances, and not for the reason we want to
we'd need to make sure that the slots are sparsely distributed, otherwise we'll never have enough RAM.
No description provided.
The text was updated successfully, but these errors were encountered: