Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1228#discussion_r138695477
--- Diff: core/sql/cli/Context.h ---
@@ -505,6 +519,8 @@ class ContextCli : public ExGod {
// It points to a list of 'black box' of data allocated by user and is
returned
// back whenever this context is in use.
HashQueue * trafSElist_;
+ // memory quota allocation given back by BMOs to be used by other BMOs
+ ULng32 unusedBMOsMemoryQuota_;
--- End diff --
It is in MB.
---