I know that mongo has changed the default storage engine to WiredTiger in version 3, while version 2.6 has MMap. You can use this to change the default storage engine
mongod --storageEngine wiredTiger --dbpath <newWiredTigerDBPath>
There are instructions on how to upgrade to 3 and use WiredTiger but I am wondering if it is possible to stay on version 2.6 and use WiredTiger? Is there an equivalent command for version 2.6?
Note: I am not able to upgrade at this time as I am on a shared server which requires version 2.6