memquota: be more firm about avoiding panics, and tidy up docs
- Move the handful of things from
memory-limit.md
that aren't covered into the proper docs, into said proper docs. - Use clippy to ensure there aren't any arithmetic overflow panics
- Delete obsolete text in
memory-limit.md
- Copy plans for how to apply this all to concrete queues, from an MR discussion, to in-tree docs