When running reports through the Mongo Database or connecting to the database through connectivity wizard, an error message appears stating "GC overhead limit exceed."
In Connectivity Wizard error also includes "GC overhead limit exceed".
The default or specified heap size used by the JVM is not sufficient to fulfill the query execution.
Increase the JVM Argument in the ODBC MongoDB Driver Setup by appending "-Xmx1024m " or higher value.


It is recommended to use a -Xmx that is a higher value than the default of 256m.