We use on disk buffer mainly for buffering the large request body for those site dealing with large media files, let a 600MB media file fill up the memory is not a good idea, and there could be 20 upload sessions at the same time.
Let's see what we can do about it. At least we can set the threshold higher when there are enough free memory.