I have an application(iplanet app server 6.0, sp3) that makes server reads against a directory server(iplanet 5.1) stores the results in a vector and then displays them(result) in a jsp. While running the app, I noticed that I was losing a considerable amount of memory which I never seemed to recover. Does anyone know why this happens, how I can prevent this from happening in the future, or how I can recover the memory.
I tried to use System.gc() but that did not help. Thanks, Gerald K. Smith