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
Auto merge of #614 - Mark-Simulacrum:opt, r=Mark-Simulacrum
Avoid increasing in-memory cache
Our server is currently somewhat memory constrained, and it's easier to let the
OS manage the page cache than try to do so ourselves right now.
Reverts #606.
0 commit comments