Glue connection pooling consuming memory.

I do not have all the details, but a performance monitor was run and revealed that Glue was steadily consuming memory to the point of the system running out of memory. It was indicated that the problem is associated with connection pooling threads. My question is, is there a way to disable the ‘pooling’ feature? Those involved have changed the size of the pool, which did not alleviate the problem. We would like to disable the feature so the threads (and associated resources) are routinely destroyed, to see if it has the desired effect.

Any assistance provided would be greatly appreciated.

Crocket