Question
mongorestore fails with "out of memory"
I need to import my db from the old hosting. Iv'e already exported it from the old hosting using mongodump
and now trying the following:
mongorestore -h 127.0.0.1 -d bassfunk_moscow dump/bassfunk_moscow/
it stops with the fatal error: runtime: out of memory
Here is all the log: http://pastebin.com/7YHaxwp3
What should be my next steps? I’m lost here. The DB dump is not that big - about 50mb.
uname -a
Linux bassfunk 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×