

InterviewSolution
Saved Bookmarks
1. |
The _________ field provides the amount of resident memory in use.(a) mem.resident(b) memory.resident(c) mem.resident(d) all of the mentionedI had been asked this question in quiz.Asked question is from MongoDB Maintenance in division GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» CORRECT choice is (c) mem.resident To EXPLAIN: If this exceeds the amount of system memory and there is a SIGNIFICANT amount of data on DISK that isn’t in RAM, you MAY have exceeded the capacity of your system. |
|