-
Type: Question
-
Resolution: Done
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: Build
-
None
Hi Team,
I am trying to Build Mongodb From Source (available on github and used link build mongo binaries - https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source). I am doing this because as a part of requirement I need to store CSV data in a single document.
I came across one problem when my document size exceeded 16 MB. Due to this, I have set the BSONObjMaxUserSize = 128 * 1024 * 1024; in order to set the document size to 128 MB.
I did notice that size of binaries generated from source is more (almost double) compared to that of pre-compiled binaries available on mongodb website.
Could you please let me know whether I am missing anything when compiling/generating binaries from source?
Thank You,