With `"allowDiskUse": true`, is there a memory limit to the `"$lookup"` stage or array size?

Inspired by: Memory issue with mongoose aggregate even with allowDiskUsage

Assuming unlimited disk space and "allowDiskUse": true, what are the memory limits of:

  • The "$lookup" stage?
  • Array memory size?
  • Array number of elements?