Which is the limit of a mongodb array field?
subdocuments have a limit of 4mb-16mb(it depends of the version). Does an array has the same limits?
The only limit is the document size. Whatever Document (or ReferenceDocument) contains the array cannot exceed that size. See limits.