Another strange behavior of the component is that doesn't leak if the CacheSize property of the session is below the number of different queries to execute.
For example, if the application periodically does 10 different queries and the CacheSize is set to 9 there is no memory spill.
But this configuration is useless because the queries are periodically re-parsed again by the database.

Last edited by gc@siospa.it; 02/16/24 01:19 PM.