1. import data
mongorestore --host ip:port -d testdb -c userData --gzip --archive=userData.ar
2. start query
mongo --host ip:port query.js
use mongostat to watch the process, the resident meomry will increase continully until OOM.
2d query makes mongod memory usage increase continually, maybe memory leak
resident memory of mongod continually increase when query