Can we configure GRIDFS in Mongo such that only a certain percentage of memory is used to cache gridFS content.
We Basically allow to upload huge size file in our application 20-50 MB.
This way we don't use all of of memory to cache "Files in gridFS".