Does anyone know what type of object BLK_MQPOOL is?
I’m repeatedly calling a Java agent from LotusScript and I’m trying to resolve the cause of a memory leak in the Java agent. I’ve performed a number of NSD calls and see that an object of type BLK_MQPOOL is growing in both the number of these objects and the memory they consume. It’s the number one object in the top 10 memory usage blocks.
Examples from NSD:
Checking VPOOL 0x8427 (BLK_MQPOOL) msize=16384, membrs=188/1024 Cap 15%
0x8427 3088290 188 BLK_MQPOOL
Am hoping if I can relate this type of object back to a part of the code I may be able to resolve the leak.
Thanks for the extra tips. Yes I am somewhat obsessive with recycling. With your agent that does the garbage-collection is this an agent written specifically for that purpose or the existing agent that processes your documents?