Mongorestore doesn't restore documents which are larger than 5MB.
The following error is shown:
got an object of size: 5458593 terminating...
assertion: 10264 invalid object size
Possible Fix:
- Modify "tools/tool.cpp"
change line 392 to const int BUF_SIZE = 1024 * 1024 * 16;