mongodb - Mongoimport out of memory(?) at 2 GB of an import -


so i'm trying import 2.3 gb of json mongo using mongoimport. after reaching 2 gb import stalls, freezes, , kills machine.

after looking around , finding lots of stuff namespace issues, tried fix problem making sure had recent 64bit build, fixed nothing.

then tried import while running mongod wiredtiger, should, if remember correctly, function in 64 bit environment anyway , enforce conventions default. nope.

whatever do, import seems fail @ 2 gb , no error messages.

is there workaround or solution importing datasets greater 2 gb?


Comments