Memory Leak when executing queries?
Hello community,
I am expieriencing some unexpected behaviour when executing a lot of queries on one Business Component.
In order to be sure, that my result is not influenced by any customized behaviour I used the untouched Vanilla BC "Service Request".
Following scenario (Developer Web Client):
- I created a script in the Simulator which instantiates an instance of the BC and then executes a query without SearchSpec 20.000 times.
- I monitored the memory usage of the Siebel Process.
- My expectation was, that the memory usage will increase when I start the script and then stay the same througout the execution.
- What happened: After approx. 5000 executions the memory starts to increase constantly as if there is a memory leak. For the remaining 15.000 executions memory usage increased by approx 3MB of memory.